Shades of Slate Blue #774DCC
Tints of Slate Blue #774DCC
RGB
CMYK
RGB Variations
Color information
#774DCC (or 0x774DCC) is known color: Slate Blue. HEX triplet: 77, 4D and CC. RGB value is (119,77,204). Sum of RGB (Red+Green+Blue) = 119+77+204=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #774DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DCC is #88B233. Grayscale: #676767. Windows color (decimal): -8958516 or 13389175. OLE color: 13389175.
HSL color Cylindrical-coordinate representation of color #774DCC: hue angle of 259.84º degrees, saturation: 0.55, 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 #774DCC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 77 | 204 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.2 |
| HSL | 259.84º | 0.55% | 0.55% | - |
| HSV(B) | 259.84º | 0.62% | 0.8% | - |
| XYZ | 21.16 | 13.59 | 58.63 | - |
| YUV | 104.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 204 | 0.42 | 0.62 | 0 | 0.2 | 259.84 | 0.55 | 0.55 |
| Hex | 77 | 4D | CC | 2A | 3E | 0 | 14 | 104 | 37 | 37 |
| Octal | 167 | 115 | 314 | 52 | 76 | 0 | 24 | 404 | 67 | 67 |
| Binary | 1110111 | 1001101 | 11001100 | 101010 | 111110 | 0 | 10100 | 100000100 | 110111 | 110111 |
Color Harmonies of #774DCC
Complementary color
Monochromatic Colors of #774DCC
Black with #774DCC
Text Example
Text Example
White with #774DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DCC; }
p { color: rgb(119,77,204); }
H1.HeaderClassName
{
color: #774DCC;
}
.AnyTagClassName
{
color: #774DCC;
}
</style>
background-color css
<style>
a { background-color: #774DCC; }
a { background-color: rgb(119,77,204); }
div.DivClassName
{
background-color: #774DCC;
}
.BgClassName
{
background-color: #774DCC;
}
</style>
border-color css
<style>
span { border-color: #774DCC; }
span { border-color: rgb(119,77,204); }
td.TdClassName
{
border-color: #774DCC;
}
.TagClassName
{
border-color: #774DCC;
}
</style>