#8F86CD

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

Shades of Moody Blue #8F86CD

Tints of Moody Blue #8F86CD

Color information

#8F86CD (or 0x8F86CD) is unknown color: approx Moody Blue. HEX triplet: 8F, 86 and CD. RGB value is (143,134,205). Sum of RGB (Red+Green+Blue) = 143+134+205=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86CD is #707932. Grayscale: #909090. Windows color (decimal): -7371059 or 13469327. OLE color: 13469327.

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

Color convert

RGB143134205-
CMYK0.300.3500.20
HSL247.61º41.52%66.47%-
HSV(B)247.61º34.63%80.39%-
XYZ30.8727.361.4-
YUV144.78161.98126.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=29.67%
G=27.80%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431342050.300.3500.20247.6141.5266.47
Hex8F86CD1E23014f82a42
Octal217206315364302437052102
Binary10001111100001101100110111110100011010100111110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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