Shades of Moody Blue #8182CA
Tints of Moody Blue #8182CA
RGB
CMYK
RGB Variations
Color information
#8182CA (or 0x8182CA) is known color: Moody Blue. HEX triplet: 81, 82 and CA. RGB value is (129,130,202). Sum of RGB (Red+Green+Blue) = 129+130+202=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #8182CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182CA is #7E7D35. Grayscale: #898989. Windows color (decimal): -8289590 or 13271681. OLE color: 13271681.
HSL color Cylindrical-coordinate representation of color #8182CA: hue angle of 239.18º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8182CA is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 130 | 202 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.21 |
| HSL | 239.18º | 0.41% | 0.65% | - |
| HSV(B) | 239.18º | 0.36% | 0.79% | - |
| XYZ | 27.7 | 24.9 | 59.22 | - |
| YUV | 137.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 202 | 0.36 | 0.36 | 0 | 0.21 | 239.18 | 0.41 | 0.65 |
| Hex | 81 | 82 | CA | 24 | 24 | 0 | 15 | EF | 29 | 41 |
| Octal | 201 | 202 | 312 | 44 | 44 | 0 | 25 | 357 | 51 | 101 |
| Binary | 10000001 | 10000010 | 11001010 | 100100 | 100100 | 0 | 10101 | 11101111 | 101001 | 1000001 |
Color Harmonies of #8182CA
Complementary color
Monochromatic Colors of #8182CA
Black with #8182CA
Text Example
Text Example
White with #8182CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8182CA; }
p { color: rgb(129,130,202); }
H1.HeaderClassName
{
color: #8182CA;
}
.AnyTagClassName
{
color: #8182CA;
}
</style>
background-color css
<style>
a { background-color: #8182CA; }
a { background-color: rgb(129,130,202); }
div.DivClassName
{
background-color: #8182CA;
}
.BgClassName
{
background-color: #8182CA;
}
</style>
border-color css
<style>
span { border-color: #8182CA; }
span { border-color: rgb(129,130,202); }
td.TdClassName
{
border-color: #8182CA;
}
.TagClassName
{
border-color: #8182CA;
}
</style>