Shades of Slate Blue #784AC2
Tints of Slate Blue #784AC2
RGB
CMYK
RGB Variations
Color information
#784AC2 (or 0x784AC2) is known color: Slate Blue. HEX triplet: 78, 4A and C2. RGB value is (120,74,194). Sum of RGB (Red+Green+Blue) = 120+74+194=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #784AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AC2 is #87B53D. Grayscale: #656565. Windows color (decimal): -8893758 or 12733048. OLE color: 12733048.
HSL color Cylindrical-coordinate representation of color #784AC2: hue angle of 263º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784AC2 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 74 | 194 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.24 |
| HSL | 263º | 0.5% | 0.53% | - |
| HSV(B) | 263º | 0.62% | 0.76% | - |
| XYZ | 19.93 | 12.79 | 52.46 | - |
| YUV | 101.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 194 | 0.38 | 0.62 | 0 | 0.24 | 263 | 0.5 | 0.53 |
| Hex | 78 | 4A | C2 | 26 | 3E | 0 | 18 | 107 | 32 | 35 |
| Octal | 170 | 112 | 302 | 46 | 76 | 0 | 30 | 407 | 62 | 65 |
| Binary | 1111000 | 1001010 | 11000010 | 100110 | 111110 | 0 | 11000 | 100000111 | 110010 | 110101 |
Color Harmonies of #784AC2
Complementary color
Monochromatic Colors of #784AC2
Black with #784AC2
Text Example
Text Example
White with #784AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AC2; }
p { color: rgb(120,74,194); }
H1.HeaderClassName
{
color: #784AC2;
}
.AnyTagClassName
{
color: #784AC2;
}
</style>
background-color css
<style>
a { background-color: #784AC2; }
a { background-color: rgb(120,74,194); }
div.DivClassName
{
background-color: #784AC2;
}
.BgClassName
{
background-color: #784AC2;
}
</style>
border-color css
<style>
span { border-color: #784AC2; }
span { border-color: rgb(120,74,194); }
td.TdClassName
{
border-color: #784AC2;
}
.TagClassName
{
border-color: #784AC2;
}
</style>