Shades of Moody Blue #827ACC
Tints of Moody Blue #827ACC
RGB
CMYK
RGB Variations
Color information
#827ACC (or 0x827ACC) is known color: Moody Blue. HEX triplet: 82, 7A and CC. RGB value is (130,122,204). Sum of RGB (Red+Green+Blue) = 130+122+204=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #827ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ACC is #7D8533. Grayscale: #858585. Windows color (decimal): -8226100 or 13400706. OLE color: 13400706.
HSL color Cylindrical-coordinate representation of color #827ACC: hue angle of 245.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827ACC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 122 | 204 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.2 |
| HSL | 245.85º | 0.45% | 0.64% | - |
| HSV(B) | 245.85º | 0.4% | 0.8% | - |
| XYZ | 27.06 | 23.02 | 60.14 | - |
| YUV | 133.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 204 | 0.36 | 0.40 | 0 | 0.2 | 245.85 | 0.45 | 0.64 |
| Hex | 82 | 7A | CC | 24 | 28 | 0 | 14 | F6 | 2D | 40 |
| Octal | 202 | 172 | 314 | 44 | 50 | 0 | 24 | 366 | 55 | 100 |
| Binary | 10000010 | 1111010 | 11001100 | 100100 | 101000 | 0 | 10100 | 11110110 | 101101 | 1000000 |
Color Harmonies of #827ACC
Complementary color
Monochromatic Colors of #827ACC
Black with #827ACC
Text Example
Text Example
White with #827ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ACC; }
p { color: rgb(130,122,204); }
H1.HeaderClassName
{
color: #827ACC;
}
.AnyTagClassName
{
color: #827ACC;
}
</style>
background-color css
<style>
a { background-color: #827ACC; }
a { background-color: rgb(130,122,204); }
div.DivClassName
{
background-color: #827ACC;
}
.BgClassName
{
background-color: #827ACC;
}
</style>
border-color css
<style>
span { border-color: #827ACC; }
span { border-color: rgb(130,122,204); }
td.TdClassName
{
border-color: #827ACC;
}
.TagClassName
{
border-color: #827ACC;
}
</style>