#8F86C6

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

Shades of Moody Blue #8F86C6

Tints of Moody Blue #8F86C6

Color information

#8F86C6 (or 0x8F86C6) is unknown color: approx Moody Blue. HEX triplet: 8F, 86 and C6. RGB value is (143,134,198). Sum of RGB (Red+Green+Blue) = 143+134+198=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F86C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86C6 is #707939. Grayscale: #8F8F8F. Windows color (decimal): -7371066 or 13010575. OLE color: 13010575.

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

Color convert

RGB143134198-
CMYK0.280.3200.22
HSL248.44º35.96%65.1%-
HSV(B)248.44º32.32%77.65%-
XYZ30.0526.9757.05-
YUV143.99158.48127.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=30.11%
G=28.21%
B=41.68%

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
Decimal1431341980.280.3200.22248.4435.9665.1
Hex8F86C61C20016f82441
Octal217206306344002637044101
Binary10001111100001101100011011100100000010110111110001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F86C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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