Shades of Slate Blue #774ADF
Tints of Slate Blue #774ADF
RGB
CMYK
RGB Variations
Color information
#774ADF (or 0x774ADF) is known color: Slate Blue. HEX triplet: 77, 4A and DF. RGB value is (119,74,223). Sum of RGB (Red+Green+Blue) = 119+74+223=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #774ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ADF is #88B520. Grayscale: #676767. Windows color (decimal): -8959265 or 14633591. OLE color: 14633591.
HSL color Cylindrical-coordinate representation of color #774ADF: hue angle of 258.12º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774ADF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 74 | 223 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.13 |
| HSL | 258.12º | 0.7% | 0.58% | - |
| HSV(B) | 258.12º | 0.67% | 0.87% | - |
| XYZ | 23.38 | 14.15 | 71.31 | - |
| YUV | 104.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 223 | 0.47 | 0.67 | 0 | 0.13 | 258.12 | 0.7 | 0.58 |
| Hex | 77 | 4A | DF | 2F | 43 | 0 | D | 102 | 46 | 3A |
| Octal | 167 | 112 | 337 | 57 | 103 | 0 | 15 | 402 | 106 | 72 |
| Binary | 1110111 | 1001010 | 11011111 | 101111 | 1000011 | 0 | 1101 | 100000010 | 1000110 | 111010 |
Color Harmonies of #774ADF
Complementary color
Monochromatic Colors of #774ADF
Black with #774ADF
Text Example
Text Example
White with #774ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ADF; }
p { color: rgb(119,74,223); }
H1.HeaderClassName
{
color: #774ADF;
}
.AnyTagClassName
{
color: #774ADF;
}
</style>
background-color css
<style>
a { background-color: #774ADF; }
a { background-color: rgb(119,74,223); }
div.DivClassName
{
background-color: #774ADF;
}
.BgClassName
{
background-color: #774ADF;
}
</style>
border-color css
<style>
span { border-color: #774ADF; }
span { border-color: rgb(119,74,223); }
td.TdClassName
{
border-color: #774ADF;
}
.TagClassName
{
border-color: #774ADF;
}
</style>