#8181DC

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

Shades of Moody Blue #8181DC

Tints of Moody Blue #8181DC

Color information

#8181DC (or 0x8181DC) is unknown color: approx Moody Blue. HEX triplet: 81, 81 and DC. RGB value is (129,129,220). Sum of RGB (Red+Green+Blue) = 129+129+220=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8181DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8181DC is #7E7E23. Grayscale: #8B8B8B. Windows color (decimal): -8289828 or 14451073. OLE color: 14451073.

HSL color Cylindrical-coordinate representation of color #8181DC: hue angle of 240º degrees, saturation: 0.57, 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 #8181DC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129129220-
CMYK0.410.4100.14
HSL240º56.52%68.43%-
HSV(B)240º41.36%86.27%-
XYZ29.8225.5371.07-
YUV139.37173.5120.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=26.99%
G=26.99%
B=46.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291292200.410.4100.1424056.5268.43
Hex8181DC29290Ef03944
Octal201201334515101636071104
Binary10000001100000011101110010100110100101110111100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8181DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8181DC; }

 p { color: rgb(129,129,220); }

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

<style>
 a { background-color: #8181DC; }

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

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

<style>
 span { border-color: #8181DC; }

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

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