Shades of Moody Blue #837FBE
Tints of Moody Blue #837FBE
RGB
CMYK
RGB Variations
Color information
#837FBE (or 0x837FBE) is known color: Moody Blue. HEX triplet: 83, 7F and BE. RGB value is (131,127,190). Sum of RGB (Red+Green+Blue) = 131+127+190=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #837FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FBE is #7C8041. Grayscale: #878787. Windows color (decimal): -8159298 or 12484483. OLE color: 12484483.
HSL color Cylindrical-coordinate representation of color #837FBE: hue angle of 243.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837FBE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 127 | 190 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.25 |
| HSL | 243.81º | 0.33% | 0.62% | - |
| HSV(B) | 243.81º | 0.33% | 0.75% | - |
| XYZ | 26.24 | 23.72 | 51.91 | - |
| YUV | 135.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 190 | 0.31 | 0.33 | 0 | 0.25 | 243.81 | 0.33 | 0.62 |
| Hex | 83 | 7F | BE | 1F | 21 | 0 | 19 | F4 | 21 | 3E |
| Octal | 203 | 177 | 276 | 37 | 41 | 0 | 31 | 364 | 41 | 76 |
| Binary | 10000011 | 1111111 | 10111110 | 11111 | 100001 | 0 | 11001 | 11110100 | 100001 | 111110 |
Color Harmonies of #837FBE
Complementary color
Monochromatic Colors of #837FBE
Black with #837FBE
Text Example
Text Example
White with #837FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FBE; }
p { color: rgb(131,127,190); }
H1.HeaderClassName
{
color: #837FBE;
}
.AnyTagClassName
{
color: #837FBE;
}
</style>
background-color css
<style>
a { background-color: #837FBE; }
a { background-color: rgb(131,127,190); }
div.DivClassName
{
background-color: #837FBE;
}
.BgClassName
{
background-color: #837FBE;
}
</style>
border-color css
<style>
span { border-color: #837FBE; }
span { border-color: rgb(131,127,190); }
td.TdClassName
{
border-color: #837FBE;
}
.TagClassName
{
border-color: #837FBE;
}
</style>