Shades of Slate Blue #774FC5
Tints of Slate Blue #774FC5
RGB
CMYK
RGB Variations
Color information
#774FC5 (or 0x774FC5) is known color: Slate Blue. HEX triplet: 77, 4F and C5. RGB value is (119,79,197). Sum of RGB (Red+Green+Blue) = 119+79+197=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #774FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FC5 is #88B03A. Grayscale: #676767. Windows color (decimal): -8958011 or 12930935. OLE color: 12930935.
HSL color Cylindrical-coordinate representation of color #774FC5: hue angle of 260.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774FC5 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 79 | 197 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.23 |
| HSL | 260.34º | 0.5% | 0.54% | - |
| HSV(B) | 260.34º | 0.6% | 0.77% | - |
| XYZ | 20.48 | 13.55 | 54.36 | - |
| YUV | 104.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 197 | 0.40 | 0.60 | 0 | 0.23 | 260.34 | 0.5 | 0.54 |
| Hex | 77 | 4F | C5 | 28 | 3C | 0 | 17 | 104 | 32 | 36 |
| Octal | 167 | 117 | 305 | 50 | 74 | 0 | 27 | 404 | 62 | 66 |
| Binary | 1110111 | 1001111 | 11000101 | 101000 | 111100 | 0 | 10111 | 100000100 | 110010 | 110110 |
Color Harmonies of #774FC5
Complementary color
Monochromatic Colors of #774FC5
Black with #774FC5
Text Example
Text Example
White with #774FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FC5; }
p { color: rgb(119,79,197); }
H1.HeaderClassName
{
color: #774FC5;
}
.AnyTagClassName
{
color: #774FC5;
}
</style>
background-color css
<style>
a { background-color: #774FC5; }
a { background-color: rgb(119,79,197); }
div.DivClassName
{
background-color: #774FC5;
}
.BgClassName
{
background-color: #774FC5;
}
</style>
border-color css
<style>
span { border-color: #774FC5; }
span { border-color: rgb(119,79,197); }
td.TdClassName
{
border-color: #774FC5;
}
.TagClassName
{
border-color: #774FC5;
}
</style>