#8182BA

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

Shades of Moody Blue #8182BA

Tints of Moody Blue #8182BA

Color information

#8182BA (or 0x8182BA) is unknown color: approx Moody Blue. HEX triplet: 81, 82 and BA. RGB value is (129,130,186). Sum of RGB (Red+Green+Blue) = 129+130+186=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8182BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182BA is #7E7D45. Grayscale: #878787. Windows color (decimal): -8289606 or 12223105. OLE color: 12223105.

HSL color Cylindrical-coordinate representation of color #8182BA: hue angle of 238.95º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8182BA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129130186-
CMYK0.310.3000.27
HSL238.95º29.23%61.76%-
HSV(B)238.95º30.65%72.94%-
XYZ25.924.1849.76-
YUV136.08156.17122.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=28.99%
G=29.21%
B=41.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291301860.310.3000.27238.9529.2361.76
Hex8182BA1F1E01Bef1d3e
Octal20120227237360333573576
Binary10000001100000101011101011111111100110111110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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