Shades of Moody Blue #817BDE
Tints of Moody Blue #817BDE
RGB
CMYK
RGB Variations
Color information
#817BDE (or 0x817BDE) is known color: Moody Blue. HEX triplet: 81, 7B and DE. RGB value is (129,123,222). Sum of RGB (Red+Green+Blue) = 129+123+222=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #817BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BDE is #7E8421. Grayscale: #878787. Windows color (decimal): -8291362 or 14580609. OLE color: 14580609.
HSL color Cylindrical-coordinate representation of color #817BDE: hue angle of 243.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #817BDE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 123 | 222 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 243.64º | 0.6% | 0.68% | - |
| HSV(B) | 243.64º | 0.45% | 0.87% | - |
| XYZ | 29.32 | 24.11 | 72.21 | - |
| YUV | 136.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 222 | 0.42 | 0.45 | 0 | 0.13 | 243.64 | 0.6 | 0.68 |
| Hex | 81 | 7B | DE | 2A | 2D | 0 | D | F4 | 3C | 44 |
| Octal | 201 | 173 | 336 | 52 | 55 | 0 | 15 | 364 | 74 | 104 |
| Binary | 10000001 | 1111011 | 11011110 | 101010 | 101101 | 0 | 1101 | 11110100 | 111100 | 1000100 |
Color Harmonies of #817BDE
Complementary color
Monochromatic Colors of #817BDE
Black with #817BDE
Text Example
Text Example
White with #817BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BDE; }
p { color: rgb(129,123,222); }
H1.HeaderClassName
{
color: #817BDE;
}
.AnyTagClassName
{
color: #817BDE;
}
</style>
background-color css
<style>
a { background-color: #817BDE; }
a { background-color: rgb(129,123,222); }
div.DivClassName
{
background-color: #817BDE;
}
.BgClassName
{
background-color: #817BDE;
}
</style>
border-color css
<style>
span { border-color: #817BDE; }
span { border-color: rgb(129,123,222); }
td.TdClassName
{
border-color: #817BDE;
}
.TagClassName
{
border-color: #817BDE;
}
</style>