Shades of Moody Blue #8081CB
Tints of Moody Blue #8081CB
RGB
CMYK
RGB Variations
Color information
#8081CB (or 0x8081CB) is known color: Moody Blue. HEX triplet: 80, 81 and CB. RGB value is (128,129,203). Sum of RGB (Red+Green+Blue) = 128+129+203=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #8081CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081CB is #7F7E34. Grayscale: #888888. Windows color (decimal): -8355381 or 13336960. OLE color: 13336960.
HSL color Cylindrical-coordinate representation of color #8081CB: hue angle of 239.2º 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 #8081CB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 129 | 203 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.20 |
| HSL | 239.2º | 0.42% | 0.65% | - |
| HSV(B) | 239.2º | 0.37% | 0.8% | - |
| XYZ | 27.53 | 24.6 | 59.8 | - |
| YUV | 137.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 203 | 0.37 | 0.36 | 0 | 0.20 | 239.2 | 0.42 | 0.65 |
| Hex | 80 | 81 | CB | 25 | 24 | 0 | 14 | EF | 2A | 41 |
| Octal | 200 | 201 | 313 | 45 | 44 | 0 | 24 | 357 | 52 | 101 |
| Binary | 10000000 | 10000001 | 11001011 | 100101 | 100100 | 0 | 10100 | 11101111 | 101010 | 1000001 |
Color Harmonies of #8081CB
Complementary color
Monochromatic Colors of #8081CB
Black with #8081CB
Text Example
Text Example
White with #8081CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081CB; }
p { color: rgb(128,129,203); }
H1.HeaderClassName
{
color: #8081CB;
}
.AnyTagClassName
{
color: #8081CB;
}
</style>
background-color css
<style>
a { background-color: #8081CB; }
a { background-color: rgb(128,129,203); }
div.DivClassName
{
background-color: #8081CB;
}
.BgClassName
{
background-color: #8081CB;
}
</style>
border-color css
<style>
span { border-color: #8081CB; }
span { border-color: rgb(128,129,203); }
td.TdClassName
{
border-color: #8081CB;
}
.TagClassName
{
border-color: #8081CB;
}
</style>