#8F85BC

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

Shades of Moody Blue #8F85BC

Tints of Moody Blue #8F85BC

Color information

#8F85BC (or 0x8F85BC) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and BC. RGB value is (143,133,188). Sum of RGB (Red+Green+Blue) = 143+133+188=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BC is #707A43. Grayscale: #8E8E8E. Windows color (decimal): -7371332 or 12354959. OLE color: 12354959.

HSL color Cylindrical-coordinate representation of color #8F85BC: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F85BC is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143133188-
CMYK0.240.2900.26
HSL250.91º29.1%62.94%-
HSV(B)250.91º29.26%73.73%-
XYZ28.7926.2551.13-
YUV142.26153.81128.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=30.82%
G=28.66%
B=40.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431331880.240.2900.26250.9129.162.94
Hex8F85BC181D01Afb1d3f
Octal21720527430350323733577
Binary10001111100001011011110011000111010110101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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