Shades of Slate Blue #774ECD
Tints of Slate Blue #774ECD
RGB
CMYK
RGB Variations
Color information
#774ECD (or 0x774ECD) is known color: Slate Blue. HEX triplet: 77, 4E and CD. RGB value is (119,78,205). Sum of RGB (Red+Green+Blue) = 119+78+205=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #774ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECD is #88B132. Grayscale: #686868. Windows color (decimal): -8958259 or 13454967. OLE color: 13454967.
HSL color Cylindrical-coordinate representation of color #774ECD: hue angle of 259.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774ECD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 78 | 205 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.20 |
| HSL | 259.37º | 0.56% | 0.55% | - |
| HSV(B) | 259.37º | 0.62% | 0.8% | - |
| XYZ | 21.35 | 13.78 | 59.29 | - |
| YUV | 104.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 205 | 0.42 | 0.62 | 0 | 0.20 | 259.37 | 0.56 | 0.55 |
| Hex | 77 | 4E | CD | 2A | 3E | 0 | 14 | 103 | 38 | 37 |
| Octal | 167 | 116 | 315 | 52 | 76 | 0 | 24 | 403 | 70 | 67 |
| Binary | 1110111 | 1001110 | 11001101 | 101010 | 111110 | 0 | 10100 | 100000011 | 111000 | 110111 |
Color Harmonies of #774ECD
Complementary color
Monochromatic Colors of #774ECD
Black with #774ECD
Text Example
Text Example
White with #774ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ECD; }
p { color: rgb(119,78,205); }
H1.HeaderClassName
{
color: #774ECD;
}
.AnyTagClassName
{
color: #774ECD;
}
</style>
background-color css
<style>
a { background-color: #774ECD; }
a { background-color: rgb(119,78,205); }
div.DivClassName
{
background-color: #774ECD;
}
.BgClassName
{
background-color: #774ECD;
}
</style>
border-color css
<style>
span { border-color: #774ECD; }
span { border-color: rgb(119,78,205); }
td.TdClassName
{
border-color: #774ECD;
}
.TagClassName
{
border-color: #774ECD;
}
</style>