Shades of Moody Blue #837CCB
Tints of Moody Blue #837CCB
RGB
CMYK
RGB Variations
Color information
#837CCB (or 0x837CCB) is known color: Moody Blue. HEX triplet: 83, 7C and CB. RGB value is (131,124,203). Sum of RGB (Red+Green+Blue) = 131+124+203=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #837CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCB is #7C8334. Grayscale: #868686. Windows color (decimal): -8160053 or 13335683. OLE color: 13335683.
HSL color Cylindrical-coordinate representation of color #837CCB: hue angle of 245.32º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837CCB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 124 | 203 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.20 |
| HSL | 245.32º | 0.43% | 0.64% | - |
| HSV(B) | 245.32º | 0.39% | 0.8% | - |
| XYZ | 27.35 | 23.55 | 59.6 | - |
| YUV | 135.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 203 | 0.35 | 0.39 | 0 | 0.20 | 245.32 | 0.43 | 0.64 |
| Hex | 83 | 7C | CB | 23 | 27 | 0 | 14 | F5 | 2B | 40 |
| Octal | 203 | 174 | 313 | 43 | 47 | 0 | 24 | 365 | 53 | 100 |
| Binary | 10000011 | 1111100 | 11001011 | 100011 | 100111 | 0 | 10100 | 11110101 | 101011 | 1000000 |
Color Harmonies of #837CCB
Complementary color
Monochromatic Colors of #837CCB
Black with #837CCB
Text Example
Text Example
White with #837CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CCB; }
p { color: rgb(131,124,203); }
H1.HeaderClassName
{
color: #837CCB;
}
.AnyTagClassName
{
color: #837CCB;
}
</style>
background-color css
<style>
a { background-color: #837CCB; }
a { background-color: rgb(131,124,203); }
div.DivClassName
{
background-color: #837CCB;
}
.BgClassName
{
background-color: #837CCB;
}
</style>
border-color css
<style>
span { border-color: #837CCB; }
span { border-color: rgb(131,124,203); }
td.TdClassName
{
border-color: #837CCB;
}
.TagClassName
{
border-color: #837CCB;
}
</style>