#8182BE

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

Shades of Moody Blue #8182BE

Tints of Moody Blue #8182BE

Color information

#8182BE (or 0x8182BE) is unknown color: approx Moody Blue. HEX triplet: 81, 82 and BE. RGB value is (129,130,190). Sum of RGB (Red+Green+Blue) = 129+130+190=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #8182BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182BE is #7E7D41. Grayscale: #888888. Windows color (decimal): -8289602 or 12485249. OLE color: 12485249.

HSL color Cylindrical-coordinate representation of color #8182BE: hue angle of 239.02º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8182BE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129130190-
CMYK0.320.3200.25
HSL239.02º31.94%62.55%-
HSV(B)239.02º32.11%74.51%-
XYZ26.3324.3552.03-
YUV136.54158.17122.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=28.73%
G=28.95%
B=42.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291301900.320.3200.25239.0231.9462.55
Hex8182BE2020019ef203f
Octal20120227640400313574077
Binary10000001100000101011111010000010000001100111101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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