Shades of Slate Blue #755EC7
Tints of Slate Blue #755EC7
RGB
CMYK
RGB Variations
Color information
#755EC7 (or 0x755EC7) is known color: Slate Blue. HEX triplet: 75, 5E and C7. RGB value is (117,94,199). Sum of RGB (Red+Green+Blue) = 117+94+199=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #755EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EC7 is #8AA138. Grayscale: #707070. Windows color (decimal): -9085241 or 13065845. OLE color: 13065845.
HSL color Cylindrical-coordinate representation of color #755EC7: hue angle of 253.14º 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 #755EC7 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 94 | 199 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.22 |
| HSL | 253.14º | 0.48% | 0.57% | - |
| HSV(B) | 253.14º | 0.53% | 0.78% | - |
| XYZ | 21.65 | 15.91 | 55.96 | - |
| YUV | 112.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 199 | 0.41 | 0.53 | 0 | 0.22 | 253.14 | 0.48 | 0.57 |
| Hex | 75 | 5E | C7 | 29 | 35 | 0 | 16 | FD | 30 | 39 |
| Octal | 165 | 136 | 307 | 51 | 65 | 0 | 26 | 375 | 60 | 71 |
| Binary | 1110101 | 1011110 | 11000111 | 101001 | 110101 | 0 | 10110 | 11111101 | 110000 | 111001 |
Color Harmonies of #755EC7
Complementary color
Monochromatic Colors of #755EC7
Black with #755EC7
Text Example
Text Example
White with #755EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EC7; }
p { color: rgb(117,94,199); }
H1.HeaderClassName
{
color: #755EC7;
}
.AnyTagClassName
{
color: #755EC7;
}
</style>
background-color css
<style>
a { background-color: #755EC7; }
a { background-color: rgb(117,94,199); }
div.DivClassName
{
background-color: #755EC7;
}
.BgClassName
{
background-color: #755EC7;
}
</style>
border-color css
<style>
span { border-color: #755EC7; }
span { border-color: rgb(117,94,199); }
td.TdClassName
{
border-color: #755EC7;
}
.TagClassName
{
border-color: #755EC7;
}
</style>