Shades of Moody Blue #8082CA
Tints of Moody Blue #8082CA
RGB
CMYK
RGB Variations
Color information
#8082CA (or 0x8082CA) is known color: Moody Blue. HEX triplet: 80, 82 and CA. RGB value is (128,130,202). Sum of RGB (Red+Green+Blue) = 128+130+202=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #8082CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082CA is #7F7D35. Grayscale: #898989. Windows color (decimal): -8355126 or 13271680. OLE color: 13271680.
HSL color Cylindrical-coordinate representation of color #8082CA: hue angle of 238.38º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8082CA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 130 | 202 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.21 |
| HSL | 238.38º | 0.41% | 0.65% | - |
| HSV(B) | 238.38º | 0.37% | 0.79% | - |
| XYZ | 27.55 | 24.82 | 59.22 | - |
| YUV | 137.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 202 | 0.37 | 0.36 | 0 | 0.21 | 238.38 | 0.41 | 0.65 |
| Hex | 80 | 82 | CA | 25 | 24 | 0 | 15 | EE | 29 | 41 |
| Octal | 200 | 202 | 312 | 45 | 44 | 0 | 25 | 356 | 51 | 101 |
| Binary | 10000000 | 10000010 | 11001010 | 100101 | 100100 | 0 | 10101 | 11101110 | 101001 | 1000001 |
Color Harmonies of #8082CA
Complementary color
Monochromatic Colors of #8082CA
Black with #8082CA
Text Example
Text Example
White with #8082CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082CA; }
p { color: rgb(128,130,202); }
H1.HeaderClassName
{
color: #8082CA;
}
.AnyTagClassName
{
color: #8082CA;
}
</style>
background-color css
<style>
a { background-color: #8082CA; }
a { background-color: rgb(128,130,202); }
div.DivClassName
{
background-color: #8082CA;
}
.BgClassName
{
background-color: #8082CA;
}
</style>
border-color css
<style>
span { border-color: #8082CA; }
span { border-color: rgb(128,130,202); }
td.TdClassName
{
border-color: #8082CA;
}
.TagClassName
{
border-color: #8082CA;
}
</style>