#8182D8

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

Shades of Moody Blue #8182D8

Tints of Moody Blue #8182D8

Color information

#8182D8 (or 0x8182D8) is unknown color: approx Moody Blue. HEX triplet: 81, 82 and D8. RGB value is (129,130,216). Sum of RGB (Red+Green+Blue) = 129+130+216=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #8182D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182D8 is #7E7D27. Grayscale: #8B8B8B. Windows color (decimal): -8289576 or 14189185. OLE color: 14189185.

HSL color Cylindrical-coordinate representation of color #8182D8: hue angle of 239.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8182D8 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129130216-
CMYK0.400.4000.15
HSL239.31º52.73%67.65%-
HSV(B)239.31º40.28%84.71%-
XYZ29.4325.5968.35-
YUV139.5171.17120.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=27.16%
G=27.37%
B=45.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291302160.400.4000.15239.3152.7367.65
Hex8182D828280Fef3544
Octal201202330505001735765104
Binary10000001100000101101100010100010100001111111011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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