#8F87C8

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

Shades of Moody Blue #8F87C8

Tints of Moody Blue #8F87C8

Color information

#8F87C8 (or 0x8F87C8) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and C8. RGB value is (143,135,200). Sum of RGB (Red+Green+Blue) = 143+135+200=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F87C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87C8 is #707837. Grayscale: #909090. Windows color (decimal): -7370808 or 13141903. OLE color: 13141903.

HSL color Cylindrical-coordinate representation of color #8F87C8: hue angle of 247.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F87C8 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143135200-
CMYK0.280.3200.22
HSL247.38º37.14%65.69%-
HSV(B)247.38º32.5%78.43%-
XYZ30.4227.3458.32-
YUV144.8159.15126.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=29.92%
G=28.24%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431352000.280.3200.22247.3837.1465.69
Hex8F87C81C20016f72542
Octal217207310344002636745102
Binary10001111100001111100100011100100000010110111101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,200); }

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

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

 a { background-color: rgb(143,135,200); }

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

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

 span { border-color: rgb(143,135,200); }

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