Shades of Slate Blue #7846CC
Tints of Slate Blue #7846CC
RGB
CMYK
RGB Variations
Color information
#7846CC (or 0x7846CC) is known color: Slate Blue. HEX triplet: 78, 46 and CC. RGB value is (120,70,204). Sum of RGB (Red+Green+Blue) = 120+70+204=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #7846CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7846CC is #87B933. Grayscale: #636363. Windows color (decimal): -8894772 or 13387384. OLE color: 13387384.
HSL color Cylindrical-coordinate representation of color #7846CC: hue angle of 262.39º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7846CC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 70 | 204 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.2 |
| HSL | 262.39º | 0.57% | 0.54% | - |
| HSV(B) | 262.39º | 0.66% | 0.8% | - |
| XYZ | 20.83 | 12.73 | 58.49 | - |
| YUV | 100.23 | 186.57 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 204 | 0.41 | 0.66 | 0 | 0.2 | 262.39 | 0.57 | 0.54 |
| Hex | 78 | 46 | CC | 29 | 42 | 0 | 14 | 106 | 39 | 36 |
| Octal | 170 | 106 | 314 | 51 | 102 | 0 | 24 | 406 | 71 | 66 |
| Binary | 1111000 | 1000110 | 11001100 | 101001 | 1000010 | 0 | 10100 | 100000110 | 111001 | 110110 |
Color Harmonies of #7846CC
Complementary color
Monochromatic Colors of #7846CC
Black with #7846CC
Text Example
Text Example
White with #7846CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7846CC; }
p { color: rgb(120,70,204); }
H1.HeaderClassName
{
color: #7846CC;
}
.AnyTagClassName
{
color: #7846CC;
}
</style>
background-color css
<style>
a { background-color: #7846CC; }
a { background-color: rgb(120,70,204); }
div.DivClassName
{
background-color: #7846CC;
}
.BgClassName
{
background-color: #7846CC;
}
</style>
border-color css
<style>
span { border-color: #7846CC; }
span { border-color: rgb(120,70,204); }
td.TdClassName
{
border-color: #7846CC;
}
.TagClassName
{
border-color: #7846CC;
}
</style>