Shades of Moody Blue #837BCE
Tints of Moody Blue #837BCE
RGB
CMYK
RGB Variations
Color information
#837BCE (or 0x837BCE) is known color: Moody Blue. HEX triplet: 83, 7B and CE. RGB value is (131,123,206). Sum of RGB (Red+Green+Blue) = 131+123+206=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #837BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCE is #7C8431. Grayscale: #868686. Windows color (decimal): -8160306 or 13532035. OLE color: 13532035.
HSL color Cylindrical-coordinate representation of color #837BCE: hue angle of 245.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #837BCE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 123 | 206 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.19 |
| HSL | 245.78º | 0.46% | 0.65% | - |
| HSV(B) | 245.78º | 0.4% | 0.81% | - |
| XYZ | 27.58 | 23.45 | 61.46 | - |
| YUV | 134.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 206 | 0.36 | 0.40 | 0 | 0.19 | 245.78 | 0.46 | 0.65 |
| Hex | 83 | 7B | CE | 24 | 28 | 0 | 13 | F6 | 2E | 41 |
| Octal | 203 | 173 | 316 | 44 | 50 | 0 | 23 | 366 | 56 | 101 |
| Binary | 10000011 | 1111011 | 11001110 | 100100 | 101000 | 0 | 10011 | 11110110 | 101110 | 1000001 |
Color Harmonies of #837BCE
Complementary color
Monochromatic Colors of #837BCE
Black with #837BCE
Text Example
Text Example
White with #837BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BCE; }
p { color: rgb(131,123,206); }
H1.HeaderClassName
{
color: #837BCE;
}
.AnyTagClassName
{
color: #837BCE;
}
</style>
background-color css
<style>
a { background-color: #837BCE; }
a { background-color: rgb(131,123,206); }
div.DivClassName
{
background-color: #837BCE;
}
.BgClassName
{
background-color: #837BCE;
}
</style>
border-color css
<style>
span { border-color: #837BCE; }
span { border-color: rgb(131,123,206); }
td.TdClassName
{
border-color: #837BCE;
}
.TagClassName
{
border-color: #837BCE;
}
</style>