Shades of Slate Blue #784AD5
Tints of Slate Blue #784AD5
RGB
CMYK
RGB Variations
Color information
#784AD5 (or 0x784AD5) is known color: Slate Blue. HEX triplet: 78, 4A and D5. RGB value is (120,74,213). Sum of RGB (Red+Green+Blue) = 120+74+213=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #784AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AD5 is #87B52A. Grayscale: #676767. Windows color (decimal): -8893739 or 13978232. OLE color: 13978232.
HSL color Cylindrical-coordinate representation of color #784AD5: hue angle of 259.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784AD5 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 74 | 213 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.16 |
| HSL | 259.86º | 0.62% | 0.56% | - |
| HSV(B) | 259.86º | 0.65% | 0.84% | - |
| XYZ | 22.2 | 13.69 | 64.42 | - |
| YUV | 103.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 213 | 0.44 | 0.65 | 0 | 0.16 | 259.86 | 0.62 | 0.56 |
| Hex | 78 | 4A | D5 | 2C | 41 | 0 | 10 | 104 | 3E | 38 |
| Octal | 170 | 112 | 325 | 54 | 101 | 0 | 20 | 404 | 76 | 70 |
| Binary | 1111000 | 1001010 | 11010101 | 101100 | 1000001 | 0 | 10000 | 100000100 | 111110 | 111000 |
Color Harmonies of #784AD5
Complementary color
Monochromatic Colors of #784AD5
Black with #784AD5
Text Example
Text Example
White with #784AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AD5; }
p { color: rgb(120,74,213); }
H1.HeaderClassName
{
color: #784AD5;
}
.AnyTagClassName
{
color: #784AD5;
}
</style>
background-color css
<style>
a { background-color: #784AD5; }
a { background-color: rgb(120,74,213); }
div.DivClassName
{
background-color: #784AD5;
}
.BgClassName
{
background-color: #784AD5;
}
</style>
border-color css
<style>
span { border-color: #784AD5; }
span { border-color: rgb(120,74,213); }
td.TdClassName
{
border-color: #784AD5;
}
.TagClassName
{
border-color: #784AD5;
}
</style>