#8F85C1

Color #8F85C1 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8F85C1

Tints of Moody Blue #8F85C1

Color information

#8F85C1 (or 0x8F85C1) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and C1. RGB value is (143,133,193). Sum of RGB (Red+Green+Blue) = 143+133+193=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F85C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85C1 is #707A3E. Grayscale: #8E8E8E. Windows color (decimal): -7371327 or 12682639. OLE color: 12682639.

HSL color Cylindrical-coordinate representation of color #8F85C1: hue angle of 250º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F85C1 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143133193-
CMYK0.260.3100.24
HSL250º32.61%63.92%-
HSV(B)250º31.09%75.69%-
XYZ29.3426.4654.01-
YUV142.83156.31128.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=30.49%
G=28.36%
B=41.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431331930.260.3100.2425032.6163.92
Hex8F85C11A1F018fa2140
Octal217205301323703037241100
Binary1000111110000101110000011101011111011000111110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F85C1; }

 p { color: rgb(143,133,193); }

 H1.HeaderClassName
 {
   color: #8F85C1;
 }
 .AnyTagClassName
 {
   color: #8F85C1;
 }
</style>
background-color css

<style>
 a { background-color: #8F85C1; }

 a { background-color: rgb(143,133,193); }

 div.DivClassName
 {
   background-color: #8F85C1;
 }
 .BgClassName
 {
   background-color: #8F85C1;
 }
</style>
border-color css

<style>
 span { border-color: #8F85C1; }

 span { border-color: rgb(143,133,193); }

 td.TdClassName
 {
   border-color: #8F85C1;
 }
 .TagClassName
 {
   border-color: #8F85C1;
 }
</style>