Shades of Moody Blue #827ABB
Tints of Moody Blue #827ABB
RGB
CMYK
RGB Variations
Color information
#827ABB (or 0x827ABB) is known color: Moody Blue. HEX triplet: 82, 7A and BB. RGB value is (130,122,187). Sum of RGB (Red+Green+Blue) = 130+122+187=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #827ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ABB is #7D8544. Grayscale: #838383. Windows color (decimal): -8226117 or 12286594. OLE color: 12286594.
HSL color Cylindrical-coordinate representation of color #827ABB: hue angle of 247.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827ABB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 122 | 187 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.27 |
| HSL | 247.38º | 0.32% | 0.61% | - |
| HSV(B) | 247.38º | 0.35% | 0.73% | - |
| XYZ | 25.14 | 22.25 | 49.98 | - |
| YUV | 131.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 187 | 0.30 | 0.35 | 0 | 0.27 | 247.38 | 0.32 | 0.61 |
| Hex | 82 | 7A | BB | 1E | 23 | 0 | 1B | F7 | 20 | 3D |
| Octal | 202 | 172 | 273 | 36 | 43 | 0 | 33 | 367 | 40 | 75 |
| Binary | 10000010 | 1111010 | 10111011 | 11110 | 100011 | 0 | 11011 | 11110111 | 100000 | 111101 |
Color Harmonies of #827ABB
Complementary color
Monochromatic Colors of #827ABB
Black with #827ABB
Text Example
Text Example
White with #827ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ABB; }
p { color: rgb(130,122,187); }
H1.HeaderClassName
{
color: #827ABB;
}
.AnyTagClassName
{
color: #827ABB;
}
</style>
background-color css
<style>
a { background-color: #827ABB; }
a { background-color: rgb(130,122,187); }
div.DivClassName
{
background-color: #827ABB;
}
.BgClassName
{
background-color: #827ABB;
}
</style>
border-color css
<style>
span { border-color: #827ABB; }
span { border-color: rgb(130,122,187); }
td.TdClassName
{
border-color: #827ABB;
}
.TagClassName
{
border-color: #827ABB;
}
</style>