Shades of Slate Blue #785BC1
Tints of Slate Blue #785BC1
RGB
CMYK
RGB Variations
Color information
#785BC1 (or 0x785BC1) is known color: Slate Blue. HEX triplet: 78, 5B and C1. RGB value is (120,91,193). Sum of RGB (Red+Green+Blue) = 120+91+193=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #785BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BC1 is #87A43E. Grayscale: #6E6E6E. Windows color (decimal): -8889407 or 12671864. OLE color: 12671864.
HSL color Cylindrical-coordinate representation of color #785BC1: hue angle of 257.06º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785BC1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 91 | 193 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.24 |
| HSL | 257.06º | 0.45% | 0.56% | - |
| HSV(B) | 257.06º | 0.53% | 0.76% | - |
| XYZ | 21.11 | 15.33 | 52.3 | - |
| YUV | 111.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 193 | 0.38 | 0.53 | 0 | 0.24 | 257.06 | 0.45 | 0.56 |
| Hex | 78 | 5B | C1 | 26 | 35 | 0 | 18 | 101 | 2D | 38 |
| Octal | 170 | 133 | 301 | 46 | 65 | 0 | 30 | 401 | 55 | 70 |
| Binary | 1111000 | 1011011 | 11000001 | 100110 | 110101 | 0 | 11000 | 100000001 | 101101 | 111000 |
Color Harmonies of #785BC1
Complementary color
Monochromatic Colors of #785BC1
Black with #785BC1
Text Example
Text Example
White with #785BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BC1; }
p { color: rgb(120,91,193); }
H1.HeaderClassName
{
color: #785BC1;
}
.AnyTagClassName
{
color: #785BC1;
}
</style>
background-color css
<style>
a { background-color: #785BC1; }
a { background-color: rgb(120,91,193); }
div.DivClassName
{
background-color: #785BC1;
}
.BgClassName
{
background-color: #785BC1;
}
</style>
border-color css
<style>
span { border-color: #785BC1; }
span { border-color: rgb(120,91,193); }
td.TdClassName
{
border-color: #785BC1;
}
.TagClassName
{
border-color: #785BC1;
}
</style>