#8B81BB

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

Shades of Moody Blue #8B81BB

Tints of Moody Blue #8B81BB

Color information

#8B81BB (or 0x8B81BB) is unknown color: approx Moody Blue. HEX triplet: 8B, 81 and BB. RGB value is (139,129,187). Sum of RGB (Red+Green+Blue) = 139+129+187=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81BB is #747E44. Grayscale: #8A8A8A. Windows color (decimal): -7634501 or 12288395. OLE color: 12288395.

HSL color Cylindrical-coordinate representation of color #8B81BB: hue angle of 250.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B81BB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139129187-
CMYK0.260.3100.27
HSL250.34º29.9%61.96%-
HSV(B)250.34º31.02%73.33%-
XYZ27.4724.7850.35-
YUV138.6155.31128.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=30.55%
G=28.35%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391291870.260.3100.27250.3429.961.96
Hex8B81BB1A1F01Bfa1e3e
Octal21320127332370333723676
Binary10001011100000011011101111010111110110111111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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