Shades of Slate Blue #774ACD
Tints of Slate Blue #774ACD
RGB
CMYK
RGB Variations
Color information
#774ACD (or 0x774ACD) is known color: Slate Blue. HEX triplet: 77, 4A and CD. RGB value is (119,74,205). Sum of RGB (Red+Green+Blue) = 119+74+205=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #774ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ACD is #88B532. Grayscale: #656565. Windows color (decimal): -8959283 or 13453943. OLE color: 13453943.
HSL color Cylindrical-coordinate representation of color #774ACD: hue angle of 260.61º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774ACD is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 74 | 205 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.20 |
| HSL | 260.61º | 0.57% | 0.55% | - |
| HSV(B) | 260.61º | 0.64% | 0.8% | - |
| XYZ | 21.08 | 13.23 | 59.2 | - |
| YUV | 102.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 205 | 0.42 | 0.64 | 0 | 0.20 | 260.61 | 0.57 | 0.55 |
| Hex | 77 | 4A | CD | 2A | 40 | 0 | 14 | 105 | 39 | 37 |
| Octal | 167 | 112 | 315 | 52 | 100 | 0 | 24 | 405 | 71 | 67 |
| Binary | 1110111 | 1001010 | 11001101 | 101010 | 1000000 | 0 | 10100 | 100000101 | 111001 | 110111 |
Color Harmonies of #774ACD
Complementary color
Monochromatic Colors of #774ACD
Black with #774ACD
Text Example
Text Example
White with #774ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ACD; }
p { color: rgb(119,74,205); }
H1.HeaderClassName
{
color: #774ACD;
}
.AnyTagClassName
{
color: #774ACD;
}
</style>
background-color css
<style>
a { background-color: #774ACD; }
a { background-color: rgb(119,74,205); }
div.DivClassName
{
background-color: #774ACD;
}
.BgClassName
{
background-color: #774ACD;
}
</style>
border-color css
<style>
span { border-color: #774ACD; }
span { border-color: rgb(119,74,205); }
td.TdClassName
{
border-color: #774ACD;
}
.TagClassName
{
border-color: #774ACD;
}
</style>