Shades of Moody Blue #836FCB
Tints of Moody Blue #836FCB
RGB
CMYK
RGB Variations
Color information
#836FCB (or 0x836FCB) is known color: Moody Blue. HEX triplet: 83, 6F and CB. RGB value is (131,111,203). Sum of RGB (Red+Green+Blue) = 131+111+203=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #836FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCB is #7C9034. Grayscale: #7F7F7F. Windows color (decimal): -8163381 or 13332355. OLE color: 13332355.
HSL color Cylindrical-coordinate representation of color #836FCB: hue angle of 253.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #836FCB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 111 | 203 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.20 |
| HSL | 253.04º | 0.47% | 0.62% | - |
| HSV(B) | 253.04º | 0.45% | 0.8% | - |
| XYZ | 25.82 | 20.51 | 59.1 | - |
| YUV | 127.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 203 | 0.35 | 0.45 | 0 | 0.20 | 253.04 | 0.47 | 0.62 |
| Hex | 83 | 6F | CB | 23 | 2D | 0 | 14 | FD | 2F | 3E |
| Octal | 203 | 157 | 313 | 43 | 55 | 0 | 24 | 375 | 57 | 76 |
| Binary | 10000011 | 1101111 | 11001011 | 100011 | 101101 | 0 | 10100 | 11111101 | 101111 | 111110 |
Color Harmonies of #836FCB
Complementary color
Monochromatic Colors of #836FCB
Black with #836FCB
Text Example
Text Example
White with #836FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FCB; }
p { color: rgb(131,111,203); }
H1.HeaderClassName
{
color: #836FCB;
}
.AnyTagClassName
{
color: #836FCB;
}
</style>
background-color css
<style>
a { background-color: #836FCB; }
a { background-color: rgb(131,111,203); }
div.DivClassName
{
background-color: #836FCB;
}
.BgClassName
{
background-color: #836FCB;
}
</style>
border-color css
<style>
span { border-color: #836FCB; }
span { border-color: rgb(131,111,203); }
td.TdClassName
{
border-color: #836FCB;
}
.TagClassName
{
border-color: #836FCB;
}
</style>