Shades of Slate Blue #785AC1
Tints of Slate Blue #785AC1
RGB
CMYK
RGB Variations
Color information
#785AC1 (or 0x785AC1) is known color: Slate Blue. HEX triplet: 78, 5A and C1. RGB value is (120,90,193). Sum of RGB (Red+Green+Blue) = 120+90+193=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #785AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AC1 is #87A53E. Grayscale: #6E6E6E. Windows color (decimal): -8889663 or 12671608. OLE color: 12671608.
HSL color Cylindrical-coordinate representation of color #785AC1: hue angle of 257.48º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785AC1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 90 | 193 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.24 |
| HSL | 257.48º | 0.45% | 0.55% | - |
| HSV(B) | 257.48º | 0.53% | 0.76% | - |
| XYZ | 21.03 | 15.16 | 52.27 | - |
| YUV | 110.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 193 | 0.38 | 0.53 | 0 | 0.24 | 257.48 | 0.45 | 0.55 |
| Hex | 78 | 5A | C1 | 26 | 35 | 0 | 18 | 101 | 2D | 37 |
| Octal | 170 | 132 | 301 | 46 | 65 | 0 | 30 | 401 | 55 | 67 |
| Binary | 1111000 | 1011010 | 11000001 | 100110 | 110101 | 0 | 11000 | 100000001 | 101101 | 110111 |
Color Harmonies of #785AC1
Complementary color
Monochromatic Colors of #785AC1
Black with #785AC1
Text Example
Text Example
White with #785AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AC1; }
p { color: rgb(120,90,193); }
H1.HeaderClassName
{
color: #785AC1;
}
.AnyTagClassName
{
color: #785AC1;
}
</style>
background-color css
<style>
a { background-color: #785AC1; }
a { background-color: rgb(120,90,193); }
div.DivClassName
{
background-color: #785AC1;
}
.BgClassName
{
background-color: #785AC1;
}
</style>
border-color css
<style>
span { border-color: #785AC1; }
span { border-color: rgb(120,90,193); }
td.TdClassName
{
border-color: #785AC1;
}
.TagClassName
{
border-color: #785AC1;
}
</style>