Shades of Moody Blue #816ACB
Tints of Moody Blue #816ACB
RGB
CMYK
RGB Variations
Color information
#816ACB (or 0x816ACB) is known color: Moody Blue. HEX triplet: 81, 6A and CB. RGB value is (129,106,203). Sum of RGB (Red+Green+Blue) = 129+106+203=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #816ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ACB is #7E9534. Grayscale: #7B7B7B. Windows color (decimal): -8295733 or 13331073. OLE color: 13331073.
HSL color Cylindrical-coordinate representation of color #816ACB: hue angle of 254.23º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #816ACB is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 106 | 203 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.20 |
| HSL | 254.23º | 0.48% | 0.61% | - |
| HSV(B) | 254.23º | 0.48% | 0.8% | - |
| XYZ | 24.99 | 19.29 | 58.91 | - |
| YUV | 123.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 203 | 0.36 | 0.48 | 0 | 0.20 | 254.23 | 0.48 | 0.61 |
| Hex | 81 | 6A | CB | 24 | 30 | 0 | 14 | FE | 30 | 3D |
| Octal | 201 | 152 | 313 | 44 | 60 | 0 | 24 | 376 | 60 | 75 |
| Binary | 10000001 | 1101010 | 11001011 | 100100 | 110000 | 0 | 10100 | 11111110 | 110000 | 111101 |
Color Harmonies of #816ACB
Complementary color
Monochromatic Colors of #816ACB
Black with #816ACB
Text Example
Text Example
White with #816ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816ACB; }
p { color: rgb(129,106,203); }
H1.HeaderClassName
{
color: #816ACB;
}
.AnyTagClassName
{
color: #816ACB;
}
</style>
background-color css
<style>
a { background-color: #816ACB; }
a { background-color: rgb(129,106,203); }
div.DivClassName
{
background-color: #816ACB;
}
.BgClassName
{
background-color: #816ACB;
}
</style>
border-color css
<style>
span { border-color: #816ACB; }
span { border-color: rgb(129,106,203); }
td.TdClassName
{
border-color: #816ACB;
}
.TagClassName
{
border-color: #816ACB;
}
</style>