#8182DC

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

Shades of Moody Blue #8182DC

Tints of Moody Blue #8182DC

Color information

#8182DC (or 0x8182DC) is unknown color: approx Moody Blue. HEX triplet: 81, 82 and DC. RGB value is (129,130,220). Sum of RGB (Red+Green+Blue) = 129+130+220=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8182DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182DC is #7E7D23. Grayscale: #8B8B8B. Windows color (decimal): -8289572 or 14451329. OLE color: 14451329.

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

Color convert

RGB129130220-
CMYK0.410.4100.14
HSL239.34º56.52%68.43%-
HSV(B)239.34º41.36%86.27%-
XYZ29.9525.871.11-
YUV139.96173.17120.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.93%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=26.93%
G=27.14%
B=45.93%

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
Decimal1291302200.410.4100.14239.3456.5268.43
Hex8182DC29290Eef3944
Octal201202334515101635771104
Binary10000001100000101101110010100110100101110111011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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