Shades of Slate Blue #774BDA
Tints of Slate Blue #774BDA
RGB
CMYK
RGB Variations
Color information
#774BDA (or 0x774BDA) is known color: Slate Blue. HEX triplet: 77, 4B and DA. RGB value is (119,75,218). Sum of RGB (Red+Green+Blue) = 119+75+218=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #774BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BDA is #88B425. Grayscale: #676767. Windows color (decimal): -8959014 or 14306167. OLE color: 14306167.
HSL color Cylindrical-coordinate representation of color #774BDA: hue angle of 258.46º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774BDA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 75 | 218 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.15 |
| HSL | 258.46º | 0.66% | 0.57% | - |
| HSV(B) | 258.46º | 0.66% | 0.85% | - |
| XYZ | 22.78 | 14.02 | 67.83 | - |
| YUV | 104.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 218 | 0.45 | 0.66 | 0 | 0.15 | 258.46 | 0.66 | 0.57 |
| Hex | 77 | 4B | DA | 2D | 42 | 0 | F | 102 | 42 | 39 |
| Octal | 167 | 113 | 332 | 55 | 102 | 0 | 17 | 402 | 102 | 71 |
| Binary | 1110111 | 1001011 | 11011010 | 101101 | 1000010 | 0 | 1111 | 100000010 | 1000010 | 111001 |
Color Harmonies of #774BDA
Complementary color
Monochromatic Colors of #774BDA
Black with #774BDA
Text Example
Text Example
White with #774BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BDA; }
p { color: rgb(119,75,218); }
H1.HeaderClassName
{
color: #774BDA;
}
.AnyTagClassName
{
color: #774BDA;
}
</style>
background-color css
<style>
a { background-color: #774BDA; }
a { background-color: rgb(119,75,218); }
div.DivClassName
{
background-color: #774BDA;
}
.BgClassName
{
background-color: #774BDA;
}
</style>
border-color css
<style>
span { border-color: #774BDA; }
span { border-color: rgb(119,75,218); }
td.TdClassName
{
border-color: #774BDA;
}
.TagClassName
{
border-color: #774BDA;
}
</style>