#8B81B4

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

Shades of Moody Blue #8B81B4

Tints of Moody Blue #8B81B4

Color information

#8B81B4 (or 0x8B81B4) is unknown color: approx Moody Blue. HEX triplet: 8B, 81 and B4. RGB value is (139,129,180). Sum of RGB (Red+Green+Blue) = 139+129+180=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B81B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81B4 is #747E4B. Grayscale: #898989. Windows color (decimal): -7634508 or 11829643. OLE color: 11829643.

HSL color Cylindrical-coordinate representation of color #8B81B4: hue angle of 251.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B81B4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139129180-
CMYK0.230.2800.29
HSL251.76º25.37%60.59%-
HSV(B)251.76º28.33%70.59%-
XYZ26.7424.4846.5-
YUV137.8151.81128.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=31.03%
G=28.79%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391291800.230.2800.29251.7625.3760.59
Hex8B81B4171C01Dfc193d
Octal21320126427340353743175
Binary10001011100000011011010010111111000111011111110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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