Shades of Slate Blue #785FC2
Tints of Slate Blue #785FC2
RGB
CMYK
RGB Variations
Color information
#785FC2 (or 0x785FC2) is known color: Slate Blue. HEX triplet: 78, 5F and C2. RGB value is (120,95,194). Sum of RGB (Red+Green+Blue) = 120+95+194=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #785FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FC2 is #87A03D. Grayscale: #717171. Windows color (decimal): -8888382 or 12738424. OLE color: 12738424.
HSL color Cylindrical-coordinate representation of color #785FC2: hue angle of 255.15º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785FC2 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 95 | 194 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.24 |
| HSL | 255.15º | 0.45% | 0.57% | - |
| HSV(B) | 255.15º | 0.51% | 0.76% | - |
| XYZ | 21.58 | 16.07 | 53 | - |
| YUV | 113.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 194 | 0.38 | 0.51 | 0 | 0.24 | 255.15 | 0.45 | 0.57 |
| Hex | 78 | 5F | C2 | 26 | 33 | 0 | 18 | FF | 2D | 39 |
| Octal | 170 | 137 | 302 | 46 | 63 | 0 | 30 | 377 | 55 | 71 |
| Binary | 1111000 | 1011111 | 11000010 | 100110 | 110011 | 0 | 11000 | 11111111 | 101101 | 111001 |
Color Harmonies of #785FC2
Complementary color
Monochromatic Colors of #785FC2
Black with #785FC2
Text Example
Text Example
White with #785FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FC2; }
p { color: rgb(120,95,194); }
H1.HeaderClassName
{
color: #785FC2;
}
.AnyTagClassName
{
color: #785FC2;
}
</style>
background-color css
<style>
a { background-color: #785FC2; }
a { background-color: rgb(120,95,194); }
div.DivClassName
{
background-color: #785FC2;
}
.BgClassName
{
background-color: #785FC2;
}
</style>
border-color css
<style>
span { border-color: #785FC2; }
span { border-color: rgb(120,95,194); }
td.TdClassName
{
border-color: #785FC2;
}
.TagClassName
{
border-color: #785FC2;
}
</style>