Shades of Moody Blue #8082C0
Tints of Moody Blue #8082C0
RGB
CMYK
RGB Variations
Color information
#8082C0 (or 0x8082C0) is known color: Moody Blue. HEX triplet: 80, 82 and C0. RGB value is (128,130,192). Sum of RGB (Red+Green+Blue) = 128+130+192=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #8082C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082C0 is #7F7D3F. Grayscale: #888888. Windows color (decimal): -8355136 or 12616320. OLE color: 12616320.
HSL color Cylindrical-coordinate representation of color #8082C0: hue angle of 238.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8082C0 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 130 | 192 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.25 |
| HSL | 238.13º | 0.34% | 0.63% | - |
| HSV(B) | 238.13º | 0.33% | 0.75% | - |
| XYZ | 26.4 | 24.36 | 53.18 | - |
| YUV | 136.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 192 | 0.33 | 0.32 | 0 | 0.25 | 238.13 | 0.34 | 0.63 |
| Hex | 80 | 82 | C0 | 21 | 20 | 0 | 19 | EE | 22 | 3F |
| Octal | 200 | 202 | 300 | 41 | 40 | 0 | 31 | 356 | 42 | 77 |
| Binary | 10000000 | 10000010 | 11000000 | 100001 | 100000 | 0 | 11001 | 11101110 | 100010 | 111111 |
Color Harmonies of #8082C0
Complementary color
Monochromatic Colors of #8082C0
Black with #8082C0
Text Example
Text Example
White with #8082C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082C0; }
p { color: rgb(128,130,192); }
H1.HeaderClassName
{
color: #8082C0;
}
.AnyTagClassName
{
color: #8082C0;
}
</style>
background-color css
<style>
a { background-color: #8082C0; }
a { background-color: rgb(128,130,192); }
div.DivClassName
{
background-color: #8082C0;
}
.BgClassName
{
background-color: #8082C0;
}
</style>
border-color css
<style>
span { border-color: #8082C0; }
span { border-color: rgb(128,130,192); }
td.TdClassName
{
border-color: #8082C0;
}
.TagClassName
{
border-color: #8082C0;
}
</style>