Shades of Slate Blue #775ECB
Tints of Slate Blue #775ECB
RGB
CMYK
RGB Variations
Color information
#775ECB (or 0x775ECB) is known color: Slate Blue. HEX triplet: 77, 5E and CB. RGB value is (119,94,203). Sum of RGB (Red+Green+Blue) = 119+94+203=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #775ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ECB is #88A134. Grayscale: #717171. Windows color (decimal): -8954165 or 13327991. OLE color: 13327991.
HSL color Cylindrical-coordinate representation of color #775ECB: hue angle of 253.76º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775ECB is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 94 | 203 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.20 |
| HSL | 253.76º | 0.51% | 0.58% | - |
| HSV(B) | 253.76º | 0.54% | 0.8% | - |
| XYZ | 22.39 | 16.24 | 58.45 | - |
| YUV | 113.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 203 | 0.41 | 0.54 | 0 | 0.20 | 253.76 | 0.51 | 0.58 |
| Hex | 77 | 5E | CB | 29 | 36 | 0 | 14 | FE | 33 | 3A |
| Octal | 167 | 136 | 313 | 51 | 66 | 0 | 24 | 376 | 63 | 72 |
| Binary | 1110111 | 1011110 | 11001011 | 101001 | 110110 | 0 | 10100 | 11111110 | 110011 | 111010 |
Color Harmonies of #775ECB
Complementary color
Monochromatic Colors of #775ECB
Black with #775ECB
Text Example
Text Example
White with #775ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775ECB; }
p { color: rgb(119,94,203); }
H1.HeaderClassName
{
color: #775ECB;
}
.AnyTagClassName
{
color: #775ECB;
}
</style>
background-color css
<style>
a { background-color: #775ECB; }
a { background-color: rgb(119,94,203); }
div.DivClassName
{
background-color: #775ECB;
}
.BgClassName
{
background-color: #775ECB;
}
</style>
border-color css
<style>
span { border-color: #775ECB; }
span { border-color: rgb(119,94,203); }
td.TdClassName
{
border-color: #775ECB;
}
.TagClassName
{
border-color: #775ECB;
}
</style>