Shades of Moody Blue #837FC2
Tints of Moody Blue #837FC2
RGB
CMYK
RGB Variations
Color information
#837FC2 (or 0x837FC2) is known color: Moody Blue. HEX triplet: 83, 7F and C2. RGB value is (131,127,194). Sum of RGB (Red+Green+Blue) = 131+127+194=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #837FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FC2 is #7C803D. Grayscale: #878787. Windows color (decimal): -8159294 or 12746627. OLE color: 12746627.
HSL color Cylindrical-coordinate representation of color #837FC2: hue angle of 243.58º 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 #837FC2 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 127 | 194 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.24 |
| HSL | 243.58º | 0.35% | 0.63% | - |
| HSV(B) | 243.58º | 0.35% | 0.76% | - |
| XYZ | 26.69 | 23.9 | 54.25 | - |
| YUV | 135.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 194 | 0.32 | 0.35 | 0 | 0.24 | 243.58 | 0.35 | 0.63 |
| Hex | 83 | 7F | C2 | 20 | 23 | 0 | 18 | F4 | 23 | 3F |
| Octal | 203 | 177 | 302 | 40 | 43 | 0 | 30 | 364 | 43 | 77 |
| Binary | 10000011 | 1111111 | 11000010 | 100000 | 100011 | 0 | 11000 | 11110100 | 100011 | 111111 |
Color Harmonies of #837FC2
Complementary color
Monochromatic Colors of #837FC2
Black with #837FC2
Text Example
Text Example
White with #837FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FC2; }
p { color: rgb(131,127,194); }
H1.HeaderClassName
{
color: #837FC2;
}
.AnyTagClassName
{
color: #837FC2;
}
</style>
background-color css
<style>
a { background-color: #837FC2; }
a { background-color: rgb(131,127,194); }
div.DivClassName
{
background-color: #837FC2;
}
.BgClassName
{
background-color: #837FC2;
}
</style>
border-color css
<style>
span { border-color: #837FC2; }
span { border-color: rgb(131,127,194); }
td.TdClassName
{
border-color: #837FC2;
}
.TagClassName
{
border-color: #837FC2;
}
</style>