Shades of Slate Blue #785FCE
Tints of Slate Blue #785FCE
RGB
CMYK
RGB Variations
Color information
#785FCE (or 0x785FCE) is known color: Slate Blue. HEX triplet: 78, 5F and CE. RGB value is (120,95,206). Sum of RGB (Red+Green+Blue) = 120+95+206=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #785FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FCE is #87A031. Grayscale: #727272. Windows color (decimal): -8888370 or 13524856. OLE color: 13524856.
HSL color Cylindrical-coordinate representation of color #785FCE: hue angle of 253.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785FCE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 95 | 206 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.19 |
| HSL | 253.51º | 0.53% | 0.59% | - |
| HSV(B) | 253.51º | 0.54% | 0.81% | - |
| XYZ | 22.98 | 16.63 | 60.39 | - |
| YUV | 115.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 206 | 0.42 | 0.54 | 0 | 0.19 | 253.51 | 0.53 | 0.59 |
| Hex | 78 | 5F | CE | 2A | 36 | 0 | 13 | FE | 35 | 3B |
| Octal | 170 | 137 | 316 | 52 | 66 | 0 | 23 | 376 | 65 | 73 |
| Binary | 1111000 | 1011111 | 11001110 | 101010 | 110110 | 0 | 10011 | 11111110 | 110101 | 111011 |
Color Harmonies of #785FCE
Complementary color
Monochromatic Colors of #785FCE
Black with #785FCE
Text Example
Text Example
White with #785FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FCE; }
p { color: rgb(120,95,206); }
H1.HeaderClassName
{
color: #785FCE;
}
.AnyTagClassName
{
color: #785FCE;
}
</style>
background-color css
<style>
a { background-color: #785FCE; }
a { background-color: rgb(120,95,206); }
div.DivClassName
{
background-color: #785FCE;
}
.BgClassName
{
background-color: #785FCE;
}
</style>
border-color css
<style>
span { border-color: #785FCE; }
span { border-color: rgb(120,95,206); }
td.TdClassName
{
border-color: #785FCE;
}
.TagClassName
{
border-color: #785FCE;
}
</style>