Shades of Moody Blue #827BDA
Tints of Moody Blue #827BDA
RGB
CMYK
RGB Variations
Color information
#827BDA (or 0x827BDA) is known color: Moody Blue. HEX triplet: 82, 7B and DA. RGB value is (130,123,218). Sum of RGB (Red+Green+Blue) = 130+123+218=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #827BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BDA is #7D8425. Grayscale: #878787. Windows color (decimal): -8225830 or 14318466. OLE color: 14318466.
HSL color Cylindrical-coordinate representation of color #827BDA: hue angle of 244.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827BDA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 123 | 218 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.15 |
| HSL | 244.42º | 0.56% | 0.67% | - |
| HSV(B) | 244.42º | 0.44% | 0.85% | - |
| XYZ | 28.94 | 23.97 | 69.43 | - |
| YUV | 135.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 218 | 0.40 | 0.44 | 0 | 0.15 | 244.42 | 0.56 | 0.67 |
| Hex | 82 | 7B | DA | 28 | 2C | 0 | F | F4 | 38 | 43 |
| Octal | 202 | 173 | 332 | 50 | 54 | 0 | 17 | 364 | 70 | 103 |
| Binary | 10000010 | 1111011 | 11011010 | 101000 | 101100 | 0 | 1111 | 11110100 | 111000 | 1000011 |
Color Harmonies of #827BDA
Complementary color
Monochromatic Colors of #827BDA
Black with #827BDA
Text Example
Text Example
White with #827BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BDA; }
p { color: rgb(130,123,218); }
H1.HeaderClassName
{
color: #827BDA;
}
.AnyTagClassName
{
color: #827BDA;
}
</style>
background-color css
<style>
a { background-color: #827BDA; }
a { background-color: rgb(130,123,218); }
div.DivClassName
{
background-color: #827BDA;
}
.BgClassName
{
background-color: #827BDA;
}
</style>
border-color css
<style>
span { border-color: #827BDA; }
span { border-color: rgb(130,123,218); }
td.TdClassName
{
border-color: #827BDA;
}
.TagClassName
{
border-color: #827BDA;
}
</style>