#8F86C0

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

Shades of Moody Blue #8F86C0

Tints of Moody Blue #8F86C0

Color information

#8F86C0 (or 0x8F86C0) is unknown color: approx Moody Blue. HEX triplet: 8F, 86 and C0. RGB value is (143,134,192). Sum of RGB (Red+Green+Blue) = 143+134+192=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F86C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86C0 is #70793F. Grayscale: #8F8F8F. Windows color (decimal): -7371072 or 12617359. OLE color: 12617359.

HSL color Cylindrical-coordinate representation of color #8F86C0: hue angle of 249.31º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F86C0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143134192-
CMYK0.260.3000.25
HSL249.31º31.52%63.92%-
HSV(B)249.31º30.21%75.29%-
XYZ29.3726.753.47-
YUV143.3155.48127.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=30.49%
G=28.57%
B=40.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431341920.260.3000.25249.3131.5263.92
Hex8F86C01A1E019f92040
Octal217206300323603137140100
Binary1000111110000110110000001101011110011001111110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F86C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,192); }

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

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

 a { background-color: rgb(143,134,192); }

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

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

 span { border-color: rgb(143,134,192); }

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