Shades of Slate Blue #775ACE
Tints of Slate Blue #775ACE
RGB
CMYK
RGB Variations
Color information
#775ACE (or 0x775ACE) is known color: Slate Blue. HEX triplet: 77, 5A and CE. RGB value is (119,90,206). Sum of RGB (Red+Green+Blue) = 119+90+206=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #775ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ACE is #88A531. Grayscale: #6F6F6F. Windows color (decimal): -8955186 or 13523575. OLE color: 13523575.
HSL color Cylindrical-coordinate representation of color #775ACE: hue angle of 255º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775ACE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 90 | 206 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.19 |
| HSL | 255º | 0.54% | 0.58% | - |
| HSV(B) | 255º | 0.56% | 0.81% | - |
| XYZ | 22.4 | 15.69 | 60.24 | - |
| YUV | 111.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 206 | 0.42 | 0.56 | 0 | 0.19 | 255 | 0.54 | 0.58 |
| Hex | 77 | 5A | CE | 2A | 38 | 0 | 13 | FF | 36 | 3A |
| Octal | 167 | 132 | 316 | 52 | 70 | 0 | 23 | 377 | 66 | 72 |
| Binary | 1110111 | 1011010 | 11001110 | 101010 | 111000 | 0 | 10011 | 11111111 | 110110 | 111010 |
Color Harmonies of #775ACE
Complementary color
Monochromatic Colors of #775ACE
Black with #775ACE
Text Example
Text Example
White with #775ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775ACE; }
p { color: rgb(119,90,206); }
H1.HeaderClassName
{
color: #775ACE;
}
.AnyTagClassName
{
color: #775ACE;
}
</style>
background-color css
<style>
a { background-color: #775ACE; }
a { background-color: rgb(119,90,206); }
div.DivClassName
{
background-color: #775ACE;
}
.BgClassName
{
background-color: #775ACE;
}
</style>
border-color css
<style>
span { border-color: #775ACE; }
span { border-color: rgb(119,90,206); }
td.TdClassName
{
border-color: #775ACE;
}
.TagClassName
{
border-color: #775ACE;
}
</style>