Shades of Slate Blue #774CC6
Tints of Slate Blue #774CC6
RGB
CMYK
RGB Variations
Color information
#774CC6 (or 0x774CC6) is known color: Slate Blue. HEX triplet: 77, 4C and C6. RGB value is (119,76,198). Sum of RGB (Red+Green+Blue) = 119+76+198=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #774CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CC6 is #88B339. Grayscale: #666666. Windows color (decimal): -8958778 or 12995703. OLE color: 12995703.
HSL color Cylindrical-coordinate representation of color #774CC6: hue angle of 261.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774CC6 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 76 | 198 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.22 |
| HSL | 261.15º | 0.52% | 0.54% | - |
| HSV(B) | 261.15º | 0.62% | 0.78% | - |
| XYZ | 20.39 | 13.17 | 54.89 | - |
| YUV | 102.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 198 | 0.40 | 0.62 | 0 | 0.22 | 261.15 | 0.52 | 0.54 |
| Hex | 77 | 4C | C6 | 28 | 3E | 0 | 16 | 105 | 34 | 36 |
| Octal | 167 | 114 | 306 | 50 | 76 | 0 | 26 | 405 | 64 | 66 |
| Binary | 1110111 | 1001100 | 11000110 | 101000 | 111110 | 0 | 10110 | 100000101 | 110100 | 110110 |
Color Harmonies of #774CC6
Complementary color
Monochromatic Colors of #774CC6
Black with #774CC6
Text Example
Text Example
White with #774CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CC6; }
p { color: rgb(119,76,198); }
H1.HeaderClassName
{
color: #774CC6;
}
.AnyTagClassName
{
color: #774CC6;
}
</style>
background-color css
<style>
a { background-color: #774CC6; }
a { background-color: rgb(119,76,198); }
div.DivClassName
{
background-color: #774CC6;
}
.BgClassName
{
background-color: #774CC6;
}
</style>
border-color css
<style>
span { border-color: #774CC6; }
span { border-color: rgb(119,76,198); }
td.TdClassName
{
border-color: #774CC6;
}
.TagClassName
{
border-color: #774CC6;
}
</style>