#8B81CC

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

Shades of Moody Blue #8B81CC

Tints of Moody Blue #8B81CC

Color information

#8B81CC (or 0x8B81CC) is unknown color: approx Moody Blue. HEX triplet: 8B, 81 and CC. RGB value is (139,129,204). Sum of RGB (Red+Green+Blue) = 139+129+204=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81CC is #747E33. Grayscale: #8C8C8C. Windows color (decimal): -7634484 or 13402507. OLE color: 13402507.

HSL color Cylindrical-coordinate representation of color #8B81CC: hue angle of 248º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B81CC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139129204-
CMYK0.320.3700.2
HSL248º42.37%65.29%-
HSV(B)248º36.76%80%-
XYZ29.425.5560.51-
YUV140.54163.81126.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=29.45%
G=27.33%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391292040.320.3700.224842.3765.29
Hex8B81CC2025014f82a41
Octal213201314404502437052101
Binary100010111000000111001100100000100101010100111110001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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