#8B81BE

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

Shades of Moody Blue #8B81BE

Tints of Moody Blue #8B81BE

Color information

#8B81BE (or 0x8B81BE) is unknown color: approx Moody Blue. HEX triplet: 8B, 81 and BE. RGB value is (139,129,190). Sum of RGB (Red+Green+Blue) = 139+129+190=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81BE is #747E41. Grayscale: #8A8A8A. Windows color (decimal): -7634498 or 12485003. OLE color: 12485003.

HSL color Cylindrical-coordinate representation of color #8B81BE: hue angle of 249.84º 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 #8B81BE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139129190-
CMYK0.270.3200.25
HSL249.84º31.94%62.55%-
HSV(B)249.84º32.11%74.51%-
XYZ27.7924.9152.06-
YUV138.94156.81128.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=30.35%
G=28.17%
B=41.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391291900.270.3200.25249.8431.9462.55
Hex8B81BE1B20019fa203f
Octal21320127633400313724077
Binary1000101110000001101111101101110000001100111111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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