Shades of Slate Blue #774ADC
Tints of Slate Blue #774ADC
RGB
CMYK
RGB Variations
Color information
#774ADC (or 0x774ADC) is known color: Slate Blue. HEX triplet: 77, 4A and DC. RGB value is (119,74,220). Sum of RGB (Red+Green+Blue) = 119+74+220=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #774ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ADC is #88B523. Grayscale: #676767. Windows color (decimal): -8959268 or 14436983. OLE color: 14436983.
HSL color Cylindrical-coordinate representation of color #774ADC: hue angle of 258.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774ADC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 74 | 220 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.14 |
| HSL | 258.49º | 0.68% | 0.58% | - |
| HSV(B) | 258.49º | 0.66% | 0.86% | - |
| XYZ | 22.97 | 13.99 | 69.2 | - |
| YUV | 104.1 | 193.41 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 220 | 0.46 | 0.66 | 0 | 0.14 | 258.49 | 0.68 | 0.58 |
| Hex | 77 | 4A | DC | 2E | 42 | 0 | E | 102 | 44 | 3A |
| Octal | 167 | 112 | 334 | 56 | 102 | 0 | 16 | 402 | 104 | 72 |
| Binary | 1110111 | 1001010 | 11011100 | 101110 | 1000010 | 0 | 1110 | 100000010 | 1000100 | 111010 |
Color Harmonies of #774ADC
Complementary color
Monochromatic Colors of #774ADC
Black with #774ADC
Text Example
Text Example
White with #774ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ADC; }
p { color: rgb(119,74,220); }
H1.HeaderClassName
{
color: #774ADC;
}
.AnyTagClassName
{
color: #774ADC;
}
</style>
background-color css
<style>
a { background-color: #774ADC; }
a { background-color: rgb(119,74,220); }
div.DivClassName
{
background-color: #774ADC;
}
.BgClassName
{
background-color: #774ADC;
}
</style>
border-color css
<style>
span { border-color: #774ADC; }
span { border-color: rgb(119,74,220); }
td.TdClassName
{
border-color: #774ADC;
}
.TagClassName
{
border-color: #774ADC;
}
</style>