Shades of Moody Blue #8084CB
Tints of Moody Blue #8084CB
RGB
CMYK
RGB Variations
Color information
#8084CB (or 0x8084CB) is known color: Moody Blue. HEX triplet: 80, 84 and CB. RGB value is (128,132,203). Sum of RGB (Red+Green+Blue) = 128+132+203=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #8084CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084CB is #7F7B34. Grayscale: #8A8A8A. Windows color (decimal): -8354613 or 13337728. OLE color: 13337728.
HSL color Cylindrical-coordinate representation of color #8084CB: hue angle of 236.8º 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 #8084CB is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 132 | 203 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.20 |
| HSL | 236.8º | 0.42% | 0.65% | - |
| HSV(B) | 236.8º | 0.37% | 0.8% | - |
| XYZ | 27.93 | 25.4 | 59.93 | - |
| YUV | 138.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 203 | 0.37 | 0.35 | 0 | 0.20 | 236.8 | 0.42 | 0.65 |
| Hex | 80 | 84 | CB | 25 | 23 | 0 | 14 | ED | 2A | 41 |
| Octal | 200 | 204 | 313 | 45 | 43 | 0 | 24 | 355 | 52 | 101 |
| Binary | 10000000 | 10000100 | 11001011 | 100101 | 100011 | 0 | 10100 | 11101101 | 101010 | 1000001 |
Color Harmonies of #8084CB
Complementary color
Monochromatic Colors of #8084CB
Black with #8084CB
Text Example
Text Example
White with #8084CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084CB; }
p { color: rgb(128,132,203); }
H1.HeaderClassName
{
color: #8084CB;
}
.AnyTagClassName
{
color: #8084CB;
}
</style>
background-color css
<style>
a { background-color: #8084CB; }
a { background-color: rgb(128,132,203); }
div.DivClassName
{
background-color: #8084CB;
}
.BgClassName
{
background-color: #8084CB;
}
</style>
border-color css
<style>
span { border-color: #8084CB; }
span { border-color: rgb(128,132,203); }
td.TdClassName
{
border-color: #8084CB;
}
.TagClassName
{
border-color: #8084CB;
}
</style>