Shades of Slate Blue #774BDF
Tints of Slate Blue #774BDF
RGB
CMYK
RGB Variations
Color information
#774BDF (or 0x774BDF) is known color: Slate Blue. HEX triplet: 77, 4B and DF. RGB value is (119,75,223). Sum of RGB (Red+Green+Blue) = 119+75+223=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #774BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BDF is #88B420. Grayscale: #686868. Windows color (decimal): -8959009 or 14633847. OLE color: 14633847.
HSL color Cylindrical-coordinate representation of color #774BDF: hue angle of 257.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774BDF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 75 | 223 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.13 |
| HSL | 257.84º | 0.7% | 0.58% | - |
| HSV(B) | 257.84º | 0.66% | 0.87% | - |
| XYZ | 23.44 | 14.28 | 71.33 | - |
| YUV | 105.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 223 | 0.47 | 0.66 | 0 | 0.13 | 257.84 | 0.7 | 0.58 |
| Hex | 77 | 4B | DF | 2F | 42 | 0 | D | 102 | 46 | 3A |
| Octal | 167 | 113 | 337 | 57 | 102 | 0 | 15 | 402 | 106 | 72 |
| Binary | 1110111 | 1001011 | 11011111 | 101111 | 1000010 | 0 | 1101 | 100000010 | 1000110 | 111010 |
Color Harmonies of #774BDF
Complementary color
Monochromatic Colors of #774BDF
Black with #774BDF
Text Example
Text Example
White with #774BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BDF; }
p { color: rgb(119,75,223); }
H1.HeaderClassName
{
color: #774BDF;
}
.AnyTagClassName
{
color: #774BDF;
}
</style>
background-color css
<style>
a { background-color: #774BDF; }
a { background-color: rgb(119,75,223); }
div.DivClassName
{
background-color: #774BDF;
}
.BgClassName
{
background-color: #774BDF;
}
</style>
border-color css
<style>
span { border-color: #774BDF; }
span { border-color: rgb(119,75,223); }
td.TdClassName
{
border-color: #774BDF;
}
.TagClassName
{
border-color: #774BDF;
}
</style>