Shades of Moody Blue #837BC1
Tints of Moody Blue #837BC1
RGB
CMYK
RGB Variations
Color information
#837BC1 (or 0x837BC1) is known color: Moody Blue. HEX triplet: 83, 7B and C1. RGB value is (131,123,193). Sum of RGB (Red+Green+Blue) = 131+123+193=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #837BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BC1 is #7C843E. Grayscale: #858585. Windows color (decimal): -8160319 or 12680067. OLE color: 12680067.
HSL color Cylindrical-coordinate representation of color #837BC1: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837BC1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 123 | 193 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.24 |
| HSL | 246.86º | 0.36% | 0.62% | - |
| HSV(B) | 246.86º | 0.36% | 0.76% | - |
| XYZ | 26.07 | 22.84 | 53.49 | - |
| YUV | 133.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 193 | 0.32 | 0.36 | 0 | 0.24 | 246.86 | 0.36 | 0.62 |
| Hex | 83 | 7B | C1 | 20 | 24 | 0 | 18 | F7 | 24 | 3E |
| Octal | 203 | 173 | 301 | 40 | 44 | 0 | 30 | 367 | 44 | 76 |
| Binary | 10000011 | 1111011 | 11000001 | 100000 | 100100 | 0 | 11000 | 11110111 | 100100 | 111110 |
Color Harmonies of #837BC1
Complementary color
Monochromatic Colors of #837BC1
Black with #837BC1
Text Example
Text Example
White with #837BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BC1; }
p { color: rgb(131,123,193); }
H1.HeaderClassName
{
color: #837BC1;
}
.AnyTagClassName
{
color: #837BC1;
}
</style>
background-color css
<style>
a { background-color: #837BC1; }
a { background-color: rgb(131,123,193); }
div.DivClassName
{
background-color: #837BC1;
}
.BgClassName
{
background-color: #837BC1;
}
</style>
border-color css
<style>
span { border-color: #837BC1; }
span { border-color: rgb(131,123,193); }
td.TdClassName
{
border-color: #837BC1;
}
.TagClassName
{
border-color: #837BC1;
}
</style>