Shades of Slate Blue #774AC5
Tints of Slate Blue #774AC5
RGB
CMYK
RGB Variations
Color information
#774AC5 (or 0x774AC5) is known color: Slate Blue. HEX triplet: 77, 4A and C5. RGB value is (119,74,197). Sum of RGB (Red+Green+Blue) = 119+74+197=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #774AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AC5 is #88B53A. Grayscale: #656565. Windows color (decimal): -8959291 or 12929655. OLE color: 12929655.
HSL color Cylindrical-coordinate representation of color #774AC5: hue angle of 261.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774AC5 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 74 | 197 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.23 |
| HSL | 261.95º | 0.51% | 0.53% | - |
| HSV(B) | 261.95º | 0.62% | 0.77% | - |
| XYZ | 20.13 | 12.85 | 54.24 | - |
| YUV | 101.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 197 | 0.40 | 0.62 | 0 | 0.23 | 261.95 | 0.51 | 0.53 |
| Hex | 77 | 4A | C5 | 28 | 3E | 0 | 17 | 106 | 33 | 35 |
| Octal | 167 | 112 | 305 | 50 | 76 | 0 | 27 | 406 | 63 | 65 |
| Binary | 1110111 | 1001010 | 11000101 | 101000 | 111110 | 0 | 10111 | 100000110 | 110011 | 110101 |
Color Harmonies of #774AC5
Complementary color
Monochromatic Colors of #774AC5
Black with #774AC5
Text Example
Text Example
White with #774AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AC5; }
p { color: rgb(119,74,197); }
H1.HeaderClassName
{
color: #774AC5;
}
.AnyTagClassName
{
color: #774AC5;
}
</style>
background-color css
<style>
a { background-color: #774AC5; }
a { background-color: rgb(119,74,197); }
div.DivClassName
{
background-color: #774AC5;
}
.BgClassName
{
background-color: #774AC5;
}
</style>
border-color css
<style>
span { border-color: #774AC5; }
span { border-color: rgb(119,74,197); }
td.TdClassName
{
border-color: #774AC5;
}
.TagClassName
{
border-color: #774AC5;
}
</style>