Shades of Moody Blue #817BBA
Tints of Moody Blue #817BBA
RGB
CMYK
RGB Variations
Color information
#817BBA (or 0x817BBA) is known color: Moody Blue. HEX triplet: 81, 7B and BA. RGB value is (129,123,186). Sum of RGB (Red+Green+Blue) = 129+123+186=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #817BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BBA is #7E8445. Grayscale: #838383. Windows color (decimal): -8291398 or 12221313. OLE color: 12221313.
HSL color Cylindrical-coordinate representation of color #817BBA: hue angle of 245.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817BBA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 123 | 186 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.27 |
| HSL | 245.71º | 0.31% | 0.61% | - |
| HSV(B) | 245.71º | 0.34% | 0.73% | - |
| XYZ | 25 | 22.38 | 49.46 | - |
| YUV | 131.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 186 | 0.31 | 0.34 | 0 | 0.27 | 245.71 | 0.31 | 0.61 |
| Hex | 81 | 7B | BA | 1F | 22 | 0 | 1B | F6 | 1F | 3D |
| Octal | 201 | 173 | 272 | 37 | 42 | 0 | 33 | 366 | 37 | 75 |
| Binary | 10000001 | 1111011 | 10111010 | 11111 | 100010 | 0 | 11011 | 11110110 | 11111 | 111101 |
Color Harmonies of #817BBA
Complementary color
Monochromatic Colors of #817BBA
Black with #817BBA
Text Example
Text Example
White with #817BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BBA; }
p { color: rgb(129,123,186); }
H1.HeaderClassName
{
color: #817BBA;
}
.AnyTagClassName
{
color: #817BBA;
}
</style>
background-color css
<style>
a { background-color: #817BBA; }
a { background-color: rgb(129,123,186); }
div.DivClassName
{
background-color: #817BBA;
}
.BgClassName
{
background-color: #817BBA;
}
</style>
border-color css
<style>
span { border-color: #817BBA; }
span { border-color: rgb(129,123,186); }
td.TdClassName
{
border-color: #817BBA;
}
.TagClassName
{
border-color: #817BBA;
}
</style>