#8F87CD

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

Shades of Moody Blue #8F87CD

Tints of Moody Blue #8F87CD

Color information

#8F87CD (or 0x8F87CD) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and CD. RGB value is (143,135,205). Sum of RGB (Red+Green+Blue) = 143+135+205=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F87CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87CD is #707832. Grayscale: #919191. Windows color (decimal): -7370803 or 13469583. OLE color: 13469583.

HSL color Cylindrical-coordinate representation of color #8F87CD: hue angle of 246.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F87CD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143135205-
CMYK0.300.3400.20
HSL246.86º41.18%66.67%-
HSV(B)246.86º34.15%80.39%-
XYZ31.0127.5861.45-
YUV145.37161.65126.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=29.61%
G=27.95%
B=42.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431352050.300.3400.20246.8641.1866.67
Hex8F87CD1E22014f72943
Octal217207315364202436751103
Binary10001111100001111100110111110100010010100111101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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