Shades of Moody Blue #837FB4
Tints of Moody Blue #837FB4
RGB
CMYK
RGB Variations
Color information
#837FB4 (or 0x837FB4) is known color: Moody Blue. HEX triplet: 83, 7F and B4. RGB value is (131,127,180). Sum of RGB (Red+Green+Blue) = 131+127+180=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #837FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB4 is #7C804B. Grayscale: #868686. Windows color (decimal): -8159308 or 11829123. OLE color: 11829123.
HSL color Cylindrical-coordinate representation of color #837FB4: hue angle of 244.53º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837FB4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 127 | 180 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.29 |
| HSL | 244.53º | 0.26% | 0.6% | - |
| HSV(B) | 244.53º | 0.29% | 0.71% | - |
| XYZ | 25.19 | 23.3 | 46.35 | - |
| YUV | 134.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 180 | 0.27 | 0.29 | 0 | 0.29 | 244.53 | 0.26 | 0.6 |
| Hex | 83 | 7F | B4 | 1B | 1D | 0 | 1D | F5 | 1A | 3C |
| Octal | 203 | 177 | 264 | 33 | 35 | 0 | 35 | 365 | 32 | 74 |
| Binary | 10000011 | 1111111 | 10110100 | 11011 | 11101 | 0 | 11101 | 11110101 | 11010 | 111100 |
Color Harmonies of #837FB4
Complementary color
Monochromatic Colors of #837FB4
Black with #837FB4
Text Example
Text Example
White with #837FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FB4; }
p { color: rgb(131,127,180); }
H1.HeaderClassName
{
color: #837FB4;
}
.AnyTagClassName
{
color: #837FB4;
}
</style>
background-color css
<style>
a { background-color: #837FB4; }
a { background-color: rgb(131,127,180); }
div.DivClassName
{
background-color: #837FB4;
}
.BgClassName
{
background-color: #837FB4;
}
</style>
border-color css
<style>
span { border-color: #837FB4; }
span { border-color: rgb(131,127,180); }
td.TdClassName
{
border-color: #837FB4;
}
.TagClassName
{
border-color: #837FB4;
}
</style>