Shades of Slate Blue #774DC2
Tints of Slate Blue #774DC2
RGB
CMYK
RGB Variations
Color information
#774DC2 (or 0x774DC2) is known color: Slate Blue. HEX triplet: 77, 4D and C2. RGB value is (119,77,194). Sum of RGB (Red+Green+Blue) = 119+77+194=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #774DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DC2 is #88B23D. Grayscale: #666666. Windows color (decimal): -8958526 or 12733815. OLE color: 12733815.
HSL color Cylindrical-coordinate representation of color #774DC2: hue angle of 261.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774DC2 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 77 | 194 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.24 |
| HSL | 261.54º | 0.49% | 0.53% | - |
| HSV(B) | 261.54º | 0.6% | 0.76% | - |
| XYZ | 20 | 13.12 | 52.52 | - |
| YUV | 102.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 194 | 0.39 | 0.60 | 0 | 0.24 | 261.54 | 0.49 | 0.53 |
| Hex | 77 | 4D | C2 | 27 | 3C | 0 | 18 | 106 | 31 | 35 |
| Octal | 167 | 115 | 302 | 47 | 74 | 0 | 30 | 406 | 61 | 65 |
| Binary | 1110111 | 1001101 | 11000010 | 100111 | 111100 | 0 | 11000 | 100000110 | 110001 | 110101 |
Color Harmonies of #774DC2
Complementary color
Monochromatic Colors of #774DC2
Black with #774DC2
Text Example
Text Example
White with #774DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DC2; }
p { color: rgb(119,77,194); }
H1.HeaderClassName
{
color: #774DC2;
}
.AnyTagClassName
{
color: #774DC2;
}
</style>
background-color css
<style>
a { background-color: #774DC2; }
a { background-color: rgb(119,77,194); }
div.DivClassName
{
background-color: #774DC2;
}
.BgClassName
{
background-color: #774DC2;
}
</style>
border-color css
<style>
span { border-color: #774DC2; }
span { border-color: rgb(119,77,194); }
td.TdClassName
{
border-color: #774DC2;
}
.TagClassName
{
border-color: #774DC2;
}
</style>