#8F81BE

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

Shades of Moody Blue #8F81BE

Tints of Moody Blue #8F81BE

Color information

#8F81BE (or 0x8F81BE) is unknown color: approx Moody Blue. HEX triplet: 8F, 81 and BE. RGB value is (143,129,190). Sum of RGB (Red+Green+Blue) = 143+129+190=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81BE is #707E41. Grayscale: #8B8B8B. Windows color (decimal): -7372354 or 12485007. OLE color: 12485007.

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

Color convert

RGB143129190-
CMYK0.250.3200.25
HSL253.77º31.94%62.55%-
HSV(B)253.77º32.11%74.51%-
XYZ28.4725.2652.09-
YUV140.14156.14130.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=30.95%
G=27.92%
B=41.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431291900.250.3200.25253.7731.9462.55
Hex8F81BE1920019fe203f
Octal21720127631400313764077
Binary1000111110000001101111101100110000001100111111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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