Shades of Slate Blue #755EC9
Tints of Slate Blue #755EC9
RGB
CMYK
RGB Variations
Color information
#755EC9 (or 0x755EC9) is known color: Slate Blue. HEX triplet: 75, 5E and C9. RGB value is (117,94,201). Sum of RGB (Red+Green+Blue) = 117+94+201=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #755EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EC9 is #8AA136. Grayscale: #707070. Windows color (decimal): -9085239 or 13196917. OLE color: 13196917.
HSL color Cylindrical-coordinate representation of color #755EC9: hue angle of 252.9º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755EC9 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 94 | 201 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.21 |
| HSL | 252.9º | 0.5% | 0.58% | - |
| HSV(B) | 252.9º | 0.53% | 0.79% | - |
| XYZ | 21.88 | 16 | 57.19 | - |
| YUV | 113.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 201 | 0.42 | 0.53 | 0 | 0.21 | 252.9 | 0.5 | 0.58 |
| Hex | 75 | 5E | C9 | 2A | 35 | 0 | 15 | FD | 32 | 3A |
| Octal | 165 | 136 | 311 | 52 | 65 | 0 | 25 | 375 | 62 | 72 |
| Binary | 1110101 | 1011110 | 11001001 | 101010 | 110101 | 0 | 10101 | 11111101 | 110010 | 111010 |
Color Harmonies of #755EC9
Complementary color
Monochromatic Colors of #755EC9
Black with #755EC9
Text Example
Text Example
White with #755EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EC9; }
p { color: rgb(117,94,201); }
H1.HeaderClassName
{
color: #755EC9;
}
.AnyTagClassName
{
color: #755EC9;
}
</style>
background-color css
<style>
a { background-color: #755EC9; }
a { background-color: rgb(117,94,201); }
div.DivClassName
{
background-color: #755EC9;
}
.BgClassName
{
background-color: #755EC9;
}
</style>
border-color css
<style>
span { border-color: #755EC9; }
span { border-color: rgb(117,94,201); }
td.TdClassName
{
border-color: #755EC9;
}
.TagClassName
{
border-color: #755EC9;
}
</style>