Shades of Moody Blue #817BB4
Tints of Moody Blue #817BB4
RGB
CMYK
RGB Variations
Color information
#817BB4 (or 0x817BB4) is known color: Moody Blue. HEX triplet: 81, 7B and B4. RGB value is (129,123,180). Sum of RGB (Red+Green+Blue) = 129+123+180=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #817BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BB4 is #7E844B. Grayscale: #838383. Windows color (decimal): -8291404 or 11828097. OLE color: 11828097.
HSL color Cylindrical-coordinate representation of color #817BB4: hue angle of 246.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #817BB4 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 123 | 180 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.29 |
| HSL | 246.32º | 0.28% | 0.59% | - |
| HSV(B) | 246.32º | 0.32% | 0.71% | - |
| XYZ | 24.37 | 22.13 | 46.17 | - |
| YUV | 131.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 180 | 0.28 | 0.32 | 0 | 0.29 | 246.32 | 0.28 | 0.59 |
| Hex | 81 | 7B | B4 | 1C | 20 | 0 | 1D | F6 | 1C | 3B |
| Octal | 201 | 173 | 264 | 34 | 40 | 0 | 35 | 366 | 34 | 73 |
| Binary | 10000001 | 1111011 | 10110100 | 11100 | 100000 | 0 | 11101 | 11110110 | 11100 | 111011 |
Color Harmonies of #817BB4
Complementary color
Monochromatic Colors of #817BB4
Black with #817BB4
Text Example
Text Example
White with #817BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BB4; }
p { color: rgb(129,123,180); }
H1.HeaderClassName
{
color: #817BB4;
}
.AnyTagClassName
{
color: #817BB4;
}
</style>
background-color css
<style>
a { background-color: #817BB4; }
a { background-color: rgb(129,123,180); }
div.DivClassName
{
background-color: #817BB4;
}
.BgClassName
{
background-color: #817BB4;
}
</style>
border-color css
<style>
span { border-color: #817BB4; }
span { border-color: rgb(129,123,180); }
td.TdClassName
{
border-color: #817BB4;
}
.TagClassName
{
border-color: #817BB4;
}
</style>