#8F81CE

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

Shades of Moody Blue #8F81CE

Tints of Moody Blue #8F81CE

Color information

#8F81CE (or 0x8F81CE) is unknown color: approx Moody Blue. HEX triplet: 8F, 81 and CE. RGB value is (143,129,206). Sum of RGB (Red+Green+Blue) = 143+129+206=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81CE is #707E31. Grayscale: #8D8D8D. Windows color (decimal): -7372338 or 13533583. OLE color: 13533583.

HSL color Cylindrical-coordinate representation of color #8F81CE: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F81CE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143129206-
CMYK0.310.3700.19
HSL250.91º44%65.69%-
HSV(B)250.91º37.38%80.78%-
XYZ30.322661.81-
YUV141.96164.14128.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=29.92%
G=26.99%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431292060.310.3700.19250.914465.69
Hex8F81CE1F25013fb2c42
Octal217201316374502337354102
Binary10001111100000011100111011111100101010011111110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,129,206); }

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

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

 a { background-color: rgb(143,129,206); }

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

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

 span { border-color: rgb(143,129,206); }

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