Shades of Slate Blue #755EC6
Tints of Slate Blue #755EC6
RGB
CMYK
RGB Variations
Color information
#755EC6 (or 0x755EC6) is known color: Slate Blue. HEX triplet: 75, 5E and C6. RGB value is (117,94,198). Sum of RGB (Red+Green+Blue) = 117+94+198=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #755EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EC6 is #8AA139. Grayscale: #707070. Windows color (decimal): -9085242 or 13000309. OLE color: 13000309.
HSL color Cylindrical-coordinate representation of color #755EC6: hue angle of 253.27º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755EC6 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 94 | 198 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.22 |
| HSL | 253.27º | 0.48% | 0.57% | - |
| HSV(B) | 253.27º | 0.53% | 0.78% | - |
| XYZ | 21.53 | 15.86 | 55.35 | - |
| YUV | 112.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 198 | 0.41 | 0.53 | 0 | 0.22 | 253.27 | 0.48 | 0.57 |
| Hex | 75 | 5E | C6 | 29 | 35 | 0 | 16 | FD | 30 | 39 |
| Octal | 165 | 136 | 306 | 51 | 65 | 0 | 26 | 375 | 60 | 71 |
| Binary | 1110101 | 1011110 | 11000110 | 101001 | 110101 | 0 | 10110 | 11111101 | 110000 | 111001 |
Color Harmonies of #755EC6
Complementary color
Monochromatic Colors of #755EC6
Black with #755EC6
Text Example
Text Example
White with #755EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EC6; }
p { color: rgb(117,94,198); }
H1.HeaderClassName
{
color: #755EC6;
}
.AnyTagClassName
{
color: #755EC6;
}
</style>
background-color css
<style>
a { background-color: #755EC6; }
a { background-color: rgb(117,94,198); }
div.DivClassName
{
background-color: #755EC6;
}
.BgClassName
{
background-color: #755EC6;
}
</style>
border-color css
<style>
span { border-color: #755EC6; }
span { border-color: rgb(117,94,198); }
td.TdClassName
{
border-color: #755EC6;
}
.TagClassName
{
border-color: #755EC6;
}
</style>