Shades of Moody Blue #827BBB
Tints of Moody Blue #827BBB
RGB
CMYK
RGB Variations
Color information
#827BBB (or 0x827BBB) is known color: Moody Blue. HEX triplet: 82, 7B and BB. RGB value is (130,123,187). Sum of RGB (Red+Green+Blue) = 130+123+187=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #827BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBB is #7D8444. Grayscale: #848484. Windows color (decimal): -8225861 or 12286850. OLE color: 12286850.
HSL color Cylindrical-coordinate representation of color #827BBB: hue angle of 246.56º degrees, saturation: 0.32, 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 #827BBB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 123 | 187 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 246.56º | 0.32% | 0.61% | - |
| HSV(B) | 246.56º | 0.34% | 0.73% | - |
| XYZ | 25.26 | 22.5 | 50.03 | - |
| YUV | 132.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 187 | 0.30 | 0.34 | 0 | 0.27 | 246.56 | 0.32 | 0.61 |
| Hex | 82 | 7B | BB | 1E | 22 | 0 | 1B | F7 | 20 | 3D |
| Octal | 202 | 173 | 273 | 36 | 42 | 0 | 33 | 367 | 40 | 75 |
| Binary | 10000010 | 1111011 | 10111011 | 11110 | 100010 | 0 | 11011 | 11110111 | 100000 | 111101 |
Color Harmonies of #827BBB
Complementary color
Monochromatic Colors of #827BBB
Black with #827BBB
Text Example
Text Example
White with #827BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BBB; }
p { color: rgb(130,123,187); }
H1.HeaderClassName
{
color: #827BBB;
}
.AnyTagClassName
{
color: #827BBB;
}
</style>
background-color css
<style>
a { background-color: #827BBB; }
a { background-color: rgb(130,123,187); }
div.DivClassName
{
background-color: #827BBB;
}
.BgClassName
{
background-color: #827BBB;
}
</style>
border-color css
<style>
span { border-color: #827BBB; }
span { border-color: rgb(130,123,187); }
td.TdClassName
{
border-color: #827BBB;
}
.TagClassName
{
border-color: #827BBB;
}
</style>