Shades of Moody Blue #836FCC
Tints of Moody Blue #836FCC
RGB
CMYK
RGB Variations
Color information
#836FCC (or 0x836FCC) is known color: Moody Blue. HEX triplet: 83, 6F and CC. RGB value is (131,111,204). Sum of RGB (Red+Green+Blue) = 131+111+204=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #836FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCC is #7C9033. Grayscale: #7F7F7F. Windows color (decimal): -8163380 or 13397891. OLE color: 13397891.
HSL color Cylindrical-coordinate representation of color #836FCC: hue angle of 252.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836FCC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 111 | 204 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.2 |
| HSL | 252.9º | 0.48% | 0.62% | - |
| HSV(B) | 252.9º | 0.46% | 0.8% | - |
| XYZ | 25.94 | 20.55 | 59.73 | - |
| YUV | 127.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 204 | 0.36 | 0.46 | 0 | 0.2 | 252.9 | 0.48 | 0.62 |
| Hex | 83 | 6F | CC | 24 | 2E | 0 | 14 | FD | 30 | 3E |
| Octal | 203 | 157 | 314 | 44 | 56 | 0 | 24 | 375 | 60 | 76 |
| Binary | 10000011 | 1101111 | 11001100 | 100100 | 101110 | 0 | 10100 | 11111101 | 110000 | 111110 |
Color Harmonies of #836FCC
Complementary color
Monochromatic Colors of #836FCC
Black with #836FCC
Text Example
Text Example
White with #836FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FCC; }
p { color: rgb(131,111,204); }
H1.HeaderClassName
{
color: #836FCC;
}
.AnyTagClassName
{
color: #836FCC;
}
</style>
background-color css
<style>
a { background-color: #836FCC; }
a { background-color: rgb(131,111,204); }
div.DivClassName
{
background-color: #836FCC;
}
.BgClassName
{
background-color: #836FCC;
}
</style>
border-color css
<style>
span { border-color: #836FCC; }
span { border-color: rgb(131,111,204); }
td.TdClassName
{
border-color: #836FCC;
}
.TagClassName
{
border-color: #836FCC;
}
</style>