Shades of Moody Blue #837CCA
Tints of Moody Blue #837CCA
RGB
CMYK
RGB Variations
Color information
#837CCA (or 0x837CCA) is known color: Moody Blue. HEX triplet: 83, 7C and CA. RGB value is (131,124,202). Sum of RGB (Red+Green+Blue) = 131+124+202=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #837CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCA is #7C8335. Grayscale: #868686. Windows color (decimal): -8160054 or 13270147. OLE color: 13270147.
HSL color Cylindrical-coordinate representation of color #837CCA: hue angle of 245.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837CCA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 124 | 202 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.21 |
| HSL | 245.38º | 0.42% | 0.64% | - |
| HSV(B) | 245.38º | 0.39% | 0.79% | - |
| XYZ | 27.23 | 23.5 | 58.98 | - |
| YUV | 134.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 202 | 0.35 | 0.39 | 0 | 0.21 | 245.38 | 0.42 | 0.64 |
| Hex | 83 | 7C | CA | 23 | 27 | 0 | 15 | F5 | 2A | 40 |
| Octal | 203 | 174 | 312 | 43 | 47 | 0 | 25 | 365 | 52 | 100 |
| Binary | 10000011 | 1111100 | 11001010 | 100011 | 100111 | 0 | 10101 | 11110101 | 101010 | 1000000 |
Color Harmonies of #837CCA
Complementary color
Monochromatic Colors of #837CCA
Black with #837CCA
Text Example
Text Example
White with #837CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CCA; }
p { color: rgb(131,124,202); }
H1.HeaderClassName
{
color: #837CCA;
}
.AnyTagClassName
{
color: #837CCA;
}
</style>
background-color css
<style>
a { background-color: #837CCA; }
a { background-color: rgb(131,124,202); }
div.DivClassName
{
background-color: #837CCA;
}
.BgClassName
{
background-color: #837CCA;
}
</style>
border-color css
<style>
span { border-color: #837CCA; }
span { border-color: rgb(131,124,202); }
td.TdClassName
{
border-color: #837CCA;
}
.TagClassName
{
border-color: #837CCA;
}
</style>