#8B81DB

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

Shades of Moody Blue #8B81DB

Tints of Moody Blue #8B81DB

Color information

#8B81DB (or 0x8B81DB) is unknown color: approx Moody Blue. HEX triplet: 8B, 81 and DB. RGB value is (139,129,219). Sum of RGB (Red+Green+Blue) = 139+129+219=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81DB is #747E24. Grayscale: #8D8D8D. Windows color (decimal): -7634469 or 14385547. OLE color: 14385547.

HSL color Cylindrical-coordinate representation of color #8B81DB: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B81DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139129219-
CMYK0.370.4100.14
HSL246.67º55.56%68.24%-
HSV(B)246.67º41.1%85.88%-
XYZ31.2826.370.45-
YUV142.25171.31125.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=28.54%
G=26.49%
B=44.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391292190.370.4100.14246.6755.5668.24
Hex8B81DB25290Ef73844
Octal213201333455101636770104
Binary10001011100000011101101110010110100101110111101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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