Shades of Slate Blue #774FCD
Tints of Slate Blue #774FCD
RGB
CMYK
RGB Variations
Color information
#774FCD (or 0x774FCD) is known color: Slate Blue. HEX triplet: 77, 4F and CD. RGB value is (119,79,205). Sum of RGB (Red+Green+Blue) = 119+79+205=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #774FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FCD is #88B032. Grayscale: #686868. Windows color (decimal): -8958003 or 13455223. OLE color: 13455223.
HSL color Cylindrical-coordinate representation of color #774FCD: hue angle of 259.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774FCD is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 79 | 205 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.20 |
| HSL | 259.05º | 0.56% | 0.56% | - |
| HSV(B) | 259.05º | 0.61% | 0.8% | - |
| XYZ | 21.42 | 13.92 | 59.32 | - |
| YUV | 105.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 205 | 0.42 | 0.61 | 0 | 0.20 | 259.05 | 0.56 | 0.56 |
| Hex | 77 | 4F | CD | 2A | 3D | 0 | 14 | 103 | 38 | 38 |
| Octal | 167 | 117 | 315 | 52 | 75 | 0 | 24 | 403 | 70 | 70 |
| Binary | 1110111 | 1001111 | 11001101 | 101010 | 111101 | 0 | 10100 | 100000011 | 111000 | 111000 |
Color Harmonies of #774FCD
Complementary color
Monochromatic Colors of #774FCD
Black with #774FCD
Text Example
Text Example
White with #774FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FCD; }
p { color: rgb(119,79,205); }
H1.HeaderClassName
{
color: #774FCD;
}
.AnyTagClassName
{
color: #774FCD;
}
</style>
background-color css
<style>
a { background-color: #774FCD; }
a { background-color: rgb(119,79,205); }
div.DivClassName
{
background-color: #774FCD;
}
.BgClassName
{
background-color: #774FCD;
}
</style>
border-color css
<style>
span { border-color: #774FCD; }
span { border-color: rgb(119,79,205); }
td.TdClassName
{
border-color: #774FCD;
}
.TagClassName
{
border-color: #774FCD;
}
</style>