Shades of Moody Blue #837ABC
Tints of Moody Blue #837ABC
RGB
CMYK
RGB Variations
Color information
#837ABC (or 0x837ABC) is known color: Moody Blue. HEX triplet: 83, 7A and BC. RGB value is (131,122,188). Sum of RGB (Red+Green+Blue) = 131+122+188=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #837ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ABC is #7C8543. Grayscale: #838383. Windows color (decimal): -8160580 or 12352131. OLE color: 12352131.
HSL color Cylindrical-coordinate representation of color #837ABC: hue angle of 248.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837ABC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 122 | 188 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.26 |
| HSL | 248.18º | 0.33% | 0.61% | - |
| HSV(B) | 248.18º | 0.35% | 0.74% | - |
| XYZ | 25.4 | 22.38 | 50.56 | - |
| YUV | 132.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 188 | 0.30 | 0.35 | 0 | 0.26 | 248.18 | 0.33 | 0.61 |
| Hex | 83 | 7A | BC | 1E | 23 | 0 | 1A | F8 | 21 | 3D |
| Octal | 203 | 172 | 274 | 36 | 43 | 0 | 32 | 370 | 41 | 75 |
| Binary | 10000011 | 1111010 | 10111100 | 11110 | 100011 | 0 | 11010 | 11111000 | 100001 | 111101 |
Color Harmonies of #837ABC
Complementary color
Monochromatic Colors of #837ABC
Black with #837ABC
Text Example
Text Example
White with #837ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ABC; }
p { color: rgb(131,122,188); }
H1.HeaderClassName
{
color: #837ABC;
}
.AnyTagClassName
{
color: #837ABC;
}
</style>
background-color css
<style>
a { background-color: #837ABC; }
a { background-color: rgb(131,122,188); }
div.DivClassName
{
background-color: #837ABC;
}
.BgClassName
{
background-color: #837ABC;
}
</style>
border-color css
<style>
span { border-color: #837ABC; }
span { border-color: rgb(131,122,188); }
td.TdClassName
{
border-color: #837ABC;
}
.TagClassName
{
border-color: #837ABC;
}
</style>