Shades of Moody Blue #836FC0
Tints of Moody Blue #836FC0
RGB
CMYK
RGB Variations
Color information
#836FC0 (or 0x836FC0) is known color: Moody Blue. HEX triplet: 83, 6F and C0. RGB value is (131,111,192). Sum of RGB (Red+Green+Blue) = 131+111+192=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #836FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FC0 is #7C903F. Grayscale: #7D7D7D. Windows color (decimal): -8163392 or 12611459. OLE color: 12611459.
HSL color Cylindrical-coordinate representation of color #836FC0: hue angle of 254.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836FC0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 111 | 192 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.25 |
| HSL | 254.81º | 0.39% | 0.59% | - |
| HSV(B) | 254.81º | 0.42% | 0.75% | - |
| XYZ | 24.56 | 20 | 52.44 | - |
| YUV | 126.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 192 | 0.32 | 0.42 | 0 | 0.25 | 254.81 | 0.39 | 0.59 |
| Hex | 83 | 6F | C0 | 20 | 2A | 0 | 19 | FF | 27 | 3B |
| Octal | 203 | 157 | 300 | 40 | 52 | 0 | 31 | 377 | 47 | 73 |
| Binary | 10000011 | 1101111 | 11000000 | 100000 | 101010 | 0 | 11001 | 11111111 | 100111 | 111011 |
Color Harmonies of #836FC0
Complementary color
Monochromatic Colors of #836FC0
Black with #836FC0
Text Example
Text Example
White with #836FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FC0; }
p { color: rgb(131,111,192); }
H1.HeaderClassName
{
color: #836FC0;
}
.AnyTagClassName
{
color: #836FC0;
}
</style>
background-color css
<style>
a { background-color: #836FC0; }
a { background-color: rgb(131,111,192); }
div.DivClassName
{
background-color: #836FC0;
}
.BgClassName
{
background-color: #836FC0;
}
</style>
border-color css
<style>
span { border-color: #836FC0; }
span { border-color: rgb(131,111,192); }
td.TdClassName
{
border-color: #836FC0;
}
.TagClassName
{
border-color: #836FC0;
}
</style>