Shades of Moody Blue #8082CB
Tints of Moody Blue #8082CB
RGB
CMYK
RGB Variations
Color information
#8082CB (or 0x8082CB) is known color: Moody Blue. HEX triplet: 80, 82 and CB. RGB value is (128,130,203). Sum of RGB (Red+Green+Blue) = 128+130+203=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #8082CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082CB is #7F7D34. Grayscale: #898989. Windows color (decimal): -8355125 or 13337216. OLE color: 13337216.
HSL color Cylindrical-coordinate representation of color #8082CB: hue angle of 238.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8082CB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 130 | 203 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.20 |
| HSL | 238.4º | 0.42% | 0.65% | - |
| HSV(B) | 238.4º | 0.37% | 0.8% | - |
| XYZ | 27.66 | 24.87 | 59.84 | - |
| YUV | 137.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 203 | 0.37 | 0.36 | 0 | 0.20 | 238.4 | 0.42 | 0.65 |
| Hex | 80 | 82 | CB | 25 | 24 | 0 | 14 | EE | 2A | 41 |
| Octal | 200 | 202 | 313 | 45 | 44 | 0 | 24 | 356 | 52 | 101 |
| Binary | 10000000 | 10000010 | 11001011 | 100101 | 100100 | 0 | 10100 | 11101110 | 101010 | 1000001 |
Color Harmonies of #8082CB
Complementary color
Monochromatic Colors of #8082CB
Black with #8082CB
Text Example
Text Example
White with #8082CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082CB; }
p { color: rgb(128,130,203); }
H1.HeaderClassName
{
color: #8082CB;
}
.AnyTagClassName
{
color: #8082CB;
}
</style>
background-color css
<style>
a { background-color: #8082CB; }
a { background-color: rgb(128,130,203); }
div.DivClassName
{
background-color: #8082CB;
}
.BgClassName
{
background-color: #8082CB;
}
</style>
border-color css
<style>
span { border-color: #8082CB; }
span { border-color: rgb(128,130,203); }
td.TdClassName
{
border-color: #8082CB;
}
.TagClassName
{
border-color: #8082CB;
}
</style>