#8182CE

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

Shades of Moody Blue #8182CE

Tints of Moody Blue #8182CE

Color information

#8182CE (or 0x8182CE) is unknown color: approx Moody Blue. HEX triplet: 81, 82 and CE. RGB value is (129,130,206). Sum of RGB (Red+Green+Blue) = 129+130+206=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #8182CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182CE is #7E7D31. Grayscale: #8A8A8A. Windows color (decimal): -8289586 or 13533825. OLE color: 13533825.

HSL color Cylindrical-coordinate representation of color #8182CE: hue angle of 239.22º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8182CE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129130206-
CMYK0.370.3700.19
HSL239.22º44%65.69%-
HSV(B)239.22º37.38%80.78%-
XYZ28.1825.0961.75-
YUV138.36166.17121.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=27.74%
G=27.96%
B=44.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291302060.370.3700.19239.224465.69
Hex8182CE2525013ef2c42
Octal201202316454502335754102
Binary100000011000001011001110100101100101010011111011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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