Shades of Moody Blue #827FC2
Tints of Moody Blue #827FC2
RGB
CMYK
RGB Variations
Color information
#827FC2 (or 0x827FC2) is known color: Moody Blue. HEX triplet: 82, 7F and C2. RGB value is (130,127,194). Sum of RGB (Red+Green+Blue) = 130+127+194=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #827FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FC2 is #7D803D. Grayscale: #878787. Windows color (decimal): -8224830 or 12746626. OLE color: 12746626.
HSL color Cylindrical-coordinate representation of color #827FC2: hue angle of 242.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827FC2 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 127 | 194 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.24 |
| HSL | 242.69º | 0.35% | 0.63% | - |
| HSV(B) | 242.69º | 0.35% | 0.76% | - |
| XYZ | 26.53 | 23.82 | 54.24 | - |
| YUV | 135.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 194 | 0.33 | 0.35 | 0 | 0.24 | 242.69 | 0.35 | 0.63 |
| Hex | 82 | 7F | C2 | 21 | 23 | 0 | 18 | F3 | 23 | 3F |
| Octal | 202 | 177 | 302 | 41 | 43 | 0 | 30 | 363 | 43 | 77 |
| Binary | 10000010 | 1111111 | 11000010 | 100001 | 100011 | 0 | 11000 | 11110011 | 100011 | 111111 |
Color Harmonies of #827FC2
Complementary color
Monochromatic Colors of #827FC2
Black with #827FC2
Text Example
Text Example
White with #827FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FC2; }
p { color: rgb(130,127,194); }
H1.HeaderClassName
{
color: #827FC2;
}
.AnyTagClassName
{
color: #827FC2;
}
</style>
background-color css
<style>
a { background-color: #827FC2; }
a { background-color: rgb(130,127,194); }
div.DivClassName
{
background-color: #827FC2;
}
.BgClassName
{
background-color: #827FC2;
}
</style>
border-color css
<style>
span { border-color: #827FC2; }
span { border-color: rgb(130,127,194); }
td.TdClassName
{
border-color: #827FC2;
}
.TagClassName
{
border-color: #827FC2;
}
</style>