Shades of Moody Blue #827FC0
Tints of Moody Blue #827FC0
RGB
CMYK
RGB Variations
Color information
#827FC0 (or 0x827FC0) is known color: Moody Blue. HEX triplet: 82, 7F and C0. RGB value is (130,127,192). Sum of RGB (Red+Green+Blue) = 130+127+192=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #827FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FC0 is #7D803F. Grayscale: #878787. Windows color (decimal): -8224832 or 12615554. OLE color: 12615554.
HSL color Cylindrical-coordinate representation of color #827FC0: hue angle of 242.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827FC0 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 127 | 192 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.25 |
| HSL | 242.77º | 0.34% | 0.63% | - |
| HSV(B) | 242.77º | 0.34% | 0.75% | - |
| XYZ | 26.31 | 23.73 | 53.06 | - |
| YUV | 135.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 192 | 0.32 | 0.34 | 0 | 0.25 | 242.77 | 0.34 | 0.63 |
| Hex | 82 | 7F | C0 | 20 | 22 | 0 | 19 | F3 | 22 | 3F |
| Octal | 202 | 177 | 300 | 40 | 42 | 0 | 31 | 363 | 42 | 77 |
| Binary | 10000010 | 1111111 | 11000000 | 100000 | 100010 | 0 | 11001 | 11110011 | 100010 | 111111 |
Color Harmonies of #827FC0
Complementary color
Monochromatic Colors of #827FC0
Black with #827FC0
Text Example
Text Example
White with #827FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FC0; }
p { color: rgb(130,127,192); }
H1.HeaderClassName
{
color: #827FC0;
}
.AnyTagClassName
{
color: #827FC0;
}
</style>
background-color css
<style>
a { background-color: #827FC0; }
a { background-color: rgb(130,127,192); }
div.DivClassName
{
background-color: #827FC0;
}
.BgClassName
{
background-color: #827FC0;
}
</style>
border-color css
<style>
span { border-color: #827FC0; }
span { border-color: rgb(130,127,192); }
td.TdClassName
{
border-color: #827FC0;
}
.TagClassName
{
border-color: #827FC0;
}
</style>