Shades of Moody Blue #8081CA
Tints of Moody Blue #8081CA
RGB
CMYK
RGB Variations
Color information
#8081CA (or 0x8081CA) is known color: Moody Blue. HEX triplet: 80, 81 and CA. RGB value is (128,129,202). Sum of RGB (Red+Green+Blue) = 128+129+202=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #8081CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081CA is #7F7E35. Grayscale: #888888. Windows color (decimal): -8355382 or 13271424. OLE color: 13271424.
HSL color Cylindrical-coordinate representation of color #8081CA: hue angle of 239.19º 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 #8081CA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 129 | 202 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.21 |
| HSL | 239.19º | 0.41% | 0.65% | - |
| HSV(B) | 239.19º | 0.37% | 0.79% | - |
| XYZ | 27.41 | 24.55 | 59.17 | - |
| YUV | 137.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 202 | 0.37 | 0.36 | 0 | 0.21 | 239.19 | 0.41 | 0.65 |
| Hex | 80 | 81 | CA | 25 | 24 | 0 | 15 | EF | 29 | 41 |
| Octal | 200 | 201 | 312 | 45 | 44 | 0 | 25 | 357 | 51 | 101 |
| Binary | 10000000 | 10000001 | 11001010 | 100101 | 100100 | 0 | 10101 | 11101111 | 101001 | 1000001 |
Color Harmonies of #8081CA
Complementary color
Monochromatic Colors of #8081CA
Black with #8081CA
Text Example
Text Example
White with #8081CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081CA; }
p { color: rgb(128,129,202); }
H1.HeaderClassName
{
color: #8081CA;
}
.AnyTagClassName
{
color: #8081CA;
}
</style>
background-color css
<style>
a { background-color: #8081CA; }
a { background-color: rgb(128,129,202); }
div.DivClassName
{
background-color: #8081CA;
}
.BgClassName
{
background-color: #8081CA;
}
</style>
border-color css
<style>
span { border-color: #8081CA; }
span { border-color: rgb(128,129,202); }
td.TdClassName
{
border-color: #8081CA;
}
.TagClassName
{
border-color: #8081CA;
}
</style>