Shades of Moody Blue #8178CB
Tints of Moody Blue #8178CB
RGB
CMYK
RGB Variations
Color information
#8178CB (or 0x8178CB) is known color: Moody Blue. HEX triplet: 81, 78 and CB. RGB value is (129,120,203). Sum of RGB (Red+Green+Blue) = 129+120+203=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #8178CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178CB is #7E8734. Grayscale: #838383. Windows color (decimal): -8292149 or 13334657. OLE color: 13334657.
HSL color Cylindrical-coordinate representation of color #8178CB: hue angle of 246.51º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8178CB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 120 | 203 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.20 |
| HSL | 246.51º | 0.44% | 0.63% | - |
| HSV(B) | 246.51º | 0.41% | 0.8% | - |
| XYZ | 26.55 | 22.41 | 59.43 | - |
| YUV | 132.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 203 | 0.36 | 0.41 | 0 | 0.20 | 246.51 | 0.44 | 0.63 |
| Hex | 81 | 78 | CB | 24 | 29 | 0 | 14 | F7 | 2C | 3F |
| Octal | 201 | 170 | 313 | 44 | 51 | 0 | 24 | 367 | 54 | 77 |
| Binary | 10000001 | 1111000 | 11001011 | 100100 | 101001 | 0 | 10100 | 11110111 | 101100 | 111111 |
Color Harmonies of #8178CB
Complementary color
Monochromatic Colors of #8178CB
Black with #8178CB
Text Example
Text Example
White with #8178CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178CB; }
p { color: rgb(129,120,203); }
H1.HeaderClassName
{
color: #8178CB;
}
.AnyTagClassName
{
color: #8178CB;
}
</style>
background-color css
<style>
a { background-color: #8178CB; }
a { background-color: rgb(129,120,203); }
div.DivClassName
{
background-color: #8178CB;
}
.BgClassName
{
background-color: #8178CB;
}
</style>
border-color css
<style>
span { border-color: #8178CB; }
span { border-color: rgb(129,120,203); }
td.TdClassName
{
border-color: #8178CB;
}
.TagClassName
{
border-color: #8178CB;
}
</style>