Shades of Slate Blue #774AC2
Tints of Slate Blue #774AC2
RGB
CMYK
RGB Variations
Color information
#774AC2 (or 0x774AC2) is known color: Slate Blue. HEX triplet: 77, 4A and C2. RGB value is (119,74,194). Sum of RGB (Red+Green+Blue) = 119+74+194=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #774AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AC2 is #88B53D. Grayscale: #646464. Windows color (decimal): -8959294 or 12733047. OLE color: 12733047.
HSL color Cylindrical-coordinate representation of color #774AC2: hue angle of 262.5º 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 #774AC2 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 74 | 194 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.24 |
| HSL | 262.5º | 0.5% | 0.53% | - |
| HSV(B) | 262.5º | 0.62% | 0.76% | - |
| XYZ | 19.79 | 12.71 | 52.45 | - |
| YUV | 101.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 194 | 0.39 | 0.62 | 0 | 0.24 | 262.5 | 0.5 | 0.53 |
| Hex | 77 | 4A | C2 | 27 | 3E | 0 | 18 | 106 | 32 | 35 |
| Octal | 167 | 112 | 302 | 47 | 76 | 0 | 30 | 406 | 62 | 65 |
| Binary | 1110111 | 1001010 | 11000010 | 100111 | 111110 | 0 | 11000 | 100000110 | 110010 | 110101 |
Color Harmonies of #774AC2
Complementary color
Monochromatic Colors of #774AC2
Black with #774AC2
Text Example
Text Example
White with #774AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AC2; }
p { color: rgb(119,74,194); }
H1.HeaderClassName
{
color: #774AC2;
}
.AnyTagClassName
{
color: #774AC2;
}
</style>
background-color css
<style>
a { background-color: #774AC2; }
a { background-color: rgb(119,74,194); }
div.DivClassName
{
background-color: #774AC2;
}
.BgClassName
{
background-color: #774AC2;
}
</style>
border-color css
<style>
span { border-color: #774AC2; }
span { border-color: rgb(119,74,194); }
td.TdClassName
{
border-color: #774AC2;
}
.TagClassName
{
border-color: #774AC2;
}
</style>