#8F87D0

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

Shades of Moody Blue #8F87D0

Tints of Moody Blue #8F87D0

Color information

#8F87D0 (or 0x8F87D0) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and D0. RGB value is (143,135,208). Sum of RGB (Red+Green+Blue) = 143+135+208=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F87D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87D0 is #70782F. Grayscale: #919191. Windows color (decimal): -7370800 or 13666191. OLE color: 13666191.

HSL color Cylindrical-coordinate representation of color #8F87D0: hue angle of 246.58º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F87D0 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143135208-
CMYK0.310.3500.18
HSL246.58º43.71%67.25%-
HSV(B)246.58º35.1%81.57%-
XYZ31.3827.7263.37-
YUV145.71163.15126.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=29.42%
G=27.78%
B=42.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431352080.310.3500.18246.5843.7167.25
Hex8F87D01F23012f72c43
Octal217207320374302236754103
Binary10001111100001111101000011111100011010010111101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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