Shades of Moody Blue #846FCB
Tints of Moody Blue #846FCB
RGB
CMYK
RGB Variations
Color information
#846FCB (or 0x846FCB) is known color: Moody Blue. HEX triplet: 84, 6F and CB. RGB value is (132,111,203). Sum of RGB (Red+Green+Blue) = 132+111+203=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #846FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FCB is #7B9034. Grayscale: #7F7F7F. Windows color (decimal): -8097845 or 13332356. OLE color: 13332356.
HSL color Cylindrical-coordinate representation of color #846FCB: hue angle of 253.7º 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 #846FCB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 111 | 203 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.20 |
| HSL | 253.7º | 0.47% | 0.62% | - |
| HSV(B) | 253.7º | 0.45% | 0.8% | - |
| XYZ | 25.98 | 20.59 | 59.1 | - |
| YUV | 127.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 203 | 0.35 | 0.45 | 0 | 0.20 | 253.7 | 0.47 | 0.62 |
| Hex | 84 | 6F | CB | 23 | 2D | 0 | 14 | FE | 2F | 3E |
| Octal | 204 | 157 | 313 | 43 | 55 | 0 | 24 | 376 | 57 | 76 |
| Binary | 10000100 | 1101111 | 11001011 | 100011 | 101101 | 0 | 10100 | 11111110 | 101111 | 111110 |
Color Harmonies of #846FCB
Complementary color
Monochromatic Colors of #846FCB
Black with #846FCB
Text Example
Text Example
White with #846FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FCB; }
p { color: rgb(132,111,203); }
H1.HeaderClassName
{
color: #846FCB;
}
.AnyTagClassName
{
color: #846FCB;
}
</style>
background-color css
<style>
a { background-color: #846FCB; }
a { background-color: rgb(132,111,203); }
div.DivClassName
{
background-color: #846FCB;
}
.BgClassName
{
background-color: #846FCB;
}
</style>
border-color css
<style>
span { border-color: #846FCB; }
span { border-color: rgb(132,111,203); }
td.TdClassName
{
border-color: #846FCB;
}
.TagClassName
{
border-color: #846FCB;
}
</style>