Shades of Moody Blue #837FB3
Tints of Moody Blue #837FB3
RGB
CMYK
RGB Variations
Color information
#837FB3 (or 0x837FB3) is known color: Moody Blue. HEX triplet: 83, 7F and B3. RGB value is (131,127,179). Sum of RGB (Red+Green+Blue) = 131+127+179=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #837FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB3 is #7C804C. Grayscale: #858585. Windows color (decimal): -8159309 or 11763587. OLE color: 11763587.
HSL color Cylindrical-coordinate representation of color #837FB3: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837FB3 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 127 | 179 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.30 |
| HSL | 244.62º | 0.25% | 0.6% | - |
| HSV(B) | 244.62º | 0.29% | 0.7% | - |
| XYZ | 25.09 | 23.26 | 45.82 | - |
| YUV | 134.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 179 | 0.27 | 0.29 | 0 | 0.30 | 244.62 | 0.25 | 0.6 |
| Hex | 83 | 7F | B3 | 1B | 1D | 0 | 1E | F5 | 19 | 3C |
| Octal | 203 | 177 | 263 | 33 | 35 | 0 | 36 | 365 | 31 | 74 |
| Binary | 10000011 | 1111111 | 10110011 | 11011 | 11101 | 0 | 11110 | 11110101 | 11001 | 111100 |
Color Harmonies of #837FB3
Complementary color
Monochromatic Colors of #837FB3
Black with #837FB3
Text Example
Text Example
White with #837FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FB3; }
p { color: rgb(131,127,179); }
H1.HeaderClassName
{
color: #837FB3;
}
.AnyTagClassName
{
color: #837FB3;
}
</style>
background-color css
<style>
a { background-color: #837FB3; }
a { background-color: rgb(131,127,179); }
div.DivClassName
{
background-color: #837FB3;
}
.BgClassName
{
background-color: #837FB3;
}
</style>
border-color css
<style>
span { border-color: #837FB3; }
span { border-color: rgb(131,127,179); }
td.TdClassName
{
border-color: #837FB3;
}
.TagClassName
{
border-color: #837FB3;
}
</style>