Shades of Slate Blue #7847CA
Tints of Slate Blue #7847CA
RGB
CMYK
RGB Variations
Color information
#7847CA (or 0x7847CA) is known color: Slate Blue. HEX triplet: 78, 47 and CA. RGB value is (120,71,202). Sum of RGB (Red+Green+Blue) = 120+71+202=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #7847CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7847CA is #87B835. Grayscale: #646464. Windows color (decimal): -8894518 or 13256568. OLE color: 13256568.
HSL color Cylindrical-coordinate representation of color #7847CA: hue angle of 262.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7847CA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 71 | 202 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.21 |
| HSL | 262.44º | 0.55% | 0.54% | - |
| HSV(B) | 262.44º | 0.65% | 0.79% | - |
| XYZ | 20.66 | 12.76 | 57.25 | - |
| YUV | 100.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 202 | 0.41 | 0.65 | 0 | 0.21 | 262.44 | 0.55 | 0.54 |
| Hex | 78 | 47 | CA | 29 | 41 | 0 | 15 | 106 | 37 | 36 |
| Octal | 170 | 107 | 312 | 51 | 101 | 0 | 25 | 406 | 67 | 66 |
| Binary | 1111000 | 1000111 | 11001010 | 101001 | 1000001 | 0 | 10101 | 100000110 | 110111 | 110110 |
Color Harmonies of #7847CA
Complementary color
Monochromatic Colors of #7847CA
Black with #7847CA
Text Example
Text Example
White with #7847CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7847CA; }
p { color: rgb(120,71,202); }
H1.HeaderClassName
{
color: #7847CA;
}
.AnyTagClassName
{
color: #7847CA;
}
</style>
background-color css
<style>
a { background-color: #7847CA; }
a { background-color: rgb(120,71,202); }
div.DivClassName
{
background-color: #7847CA;
}
.BgClassName
{
background-color: #7847CA;
}
</style>
border-color css
<style>
span { border-color: #7847CA; }
span { border-color: rgb(120,71,202); }
td.TdClassName
{
border-color: #7847CA;
}
.TagClassName
{
border-color: #7847CA;
}
</style>