Shades of Slate Blue #775AD6
Tints of Slate Blue #775AD6
RGB
CMYK
RGB Variations
Color information
#775AD6 (or 0x775AD6) is known color: Slate Blue. HEX triplet: 77, 5A and D6. RGB value is (119,90,214). Sum of RGB (Red+Green+Blue) = 119+90+214=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #775AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775AD6 is #88A529. Grayscale: #707070. Windows color (decimal): -8955178 or 14047863. OLE color: 14047863.
HSL color Cylindrical-coordinate representation of color #775AD6: hue angle of 254.03º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775AD6 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 90 | 214 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.16 |
| HSL | 254.03º | 0.6% | 0.6% | - |
| HSV(B) | 254.03º | 0.58% | 0.84% | - |
| XYZ | 23.4 | 16.09 | 65.49 | - |
| YUV | 112.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 214 | 0.44 | 0.58 | 0 | 0.16 | 254.03 | 0.6 | 0.6 |
| Hex | 77 | 5A | D6 | 2C | 3A | 0 | 10 | FE | 3C | 3C |
| Octal | 167 | 132 | 326 | 54 | 72 | 0 | 20 | 376 | 74 | 74 |
| Binary | 1110111 | 1011010 | 11010110 | 101100 | 111010 | 0 | 10000 | 11111110 | 111100 | 111100 |
Color Harmonies of #775AD6
Complementary color
Monochromatic Colors of #775AD6
Black with #775AD6
Text Example
Text Example
White with #775AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775AD6; }
p { color: rgb(119,90,214); }
H1.HeaderClassName
{
color: #775AD6;
}
.AnyTagClassName
{
color: #775AD6;
}
</style>
background-color css
<style>
a { background-color: #775AD6; }
a { background-color: rgb(119,90,214); }
div.DivClassName
{
background-color: #775AD6;
}
.BgClassName
{
background-color: #775AD6;
}
</style>
border-color css
<style>
span { border-color: #775AD6; }
span { border-color: rgb(119,90,214); }
td.TdClassName
{
border-color: #775AD6;
}
.TagClassName
{
border-color: #775AD6;
}
</style>