Shades of Slate Blue #7852C3
Tints of Slate Blue #7852C3
RGB
CMYK
RGB Variations
Color information
#7852C3 (or 0x7852C3) is known color: Slate Blue. HEX triplet: 78, 52 and C3. RGB value is (120,82,195). Sum of RGB (Red+Green+Blue) = 120+82+195=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #7852C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852C3 is #87AD3C. Grayscale: #696969. Windows color (decimal): -8891709 or 12800632. OLE color: 12800632.
HSL color Cylindrical-coordinate representation of color #7852C3: hue angle of 260.18º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7852C3 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 82 | 195 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.24 |
| HSL | 260.18º | 0.48% | 0.54% | - |
| HSV(B) | 260.18º | 0.58% | 0.76% | - |
| XYZ | 20.61 | 13.97 | 53.24 | - |
| YUV | 106.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 195 | 0.38 | 0.58 | 0 | 0.24 | 260.18 | 0.48 | 0.54 |
| Hex | 78 | 52 | C3 | 26 | 3A | 0 | 18 | 104 | 30 | 36 |
| Octal | 170 | 122 | 303 | 46 | 72 | 0 | 30 | 404 | 60 | 66 |
| Binary | 1111000 | 1010010 | 11000011 | 100110 | 111010 | 0 | 11000 | 100000100 | 110000 | 110110 |
Color Harmonies of #7852C3
Complementary color
Monochromatic Colors of #7852C3
Black with #7852C3
Text Example
Text Example
White with #7852C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7852C3; }
p { color: rgb(120,82,195); }
H1.HeaderClassName
{
color: #7852C3;
}
.AnyTagClassName
{
color: #7852C3;
}
</style>
background-color css
<style>
a { background-color: #7852C3; }
a { background-color: rgb(120,82,195); }
div.DivClassName
{
background-color: #7852C3;
}
.BgClassName
{
background-color: #7852C3;
}
</style>
border-color css
<style>
span { border-color: #7852C3; }
span { border-color: rgb(120,82,195); }
td.TdClassName
{
border-color: #7852C3;
}
.TagClassName
{
border-color: #7852C3;
}
</style>