Shades of Slate Blue #775EC4
Tints of Slate Blue #775EC4
RGB
CMYK
RGB Variations
Color information
#775EC4 (or 0x775EC4) is known color: Slate Blue. HEX triplet: 77, 5E and C4. RGB value is (119,94,196). Sum of RGB (Red+Green+Blue) = 119+94+196=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #775EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EC4 is #88A13B. Grayscale: #707070. Windows color (decimal): -8954172 or 12869239. OLE color: 12869239.
HSL color Cylindrical-coordinate representation of color #775EC4: hue angle of 254.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775EC4 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 94 | 196 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.23 |
| HSL | 254.71º | 0.46% | 0.57% | - |
| HSV(B) | 254.71º | 0.52% | 0.77% | - |
| XYZ | 21.57 | 15.91 | 54.16 | - |
| YUV | 113.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 196 | 0.39 | 0.52 | 0 | 0.23 | 254.71 | 0.46 | 0.57 |
| Hex | 77 | 5E | C4 | 27 | 34 | 0 | 17 | FF | 2E | 39 |
| Octal | 167 | 136 | 304 | 47 | 64 | 0 | 27 | 377 | 56 | 71 |
| Binary | 1110111 | 1011110 | 11000100 | 100111 | 110100 | 0 | 10111 | 11111111 | 101110 | 111001 |
Color Harmonies of #775EC4
Complementary color
Monochromatic Colors of #775EC4
Black with #775EC4
Text Example
Text Example
White with #775EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775EC4; }
p { color: rgb(119,94,196); }
H1.HeaderClassName
{
color: #775EC4;
}
.AnyTagClassName
{
color: #775EC4;
}
</style>
background-color css
<style>
a { background-color: #775EC4; }
a { background-color: rgb(119,94,196); }
div.DivClassName
{
background-color: #775EC4;
}
.BgClassName
{
background-color: #775EC4;
}
</style>
border-color css
<style>
span { border-color: #775EC4; }
span { border-color: rgb(119,94,196); }
td.TdClassName
{
border-color: #775EC4;
}
.TagClassName
{
border-color: #775EC4;
}
</style>