Shades of Slate Blue #755DC5
Tints of Slate Blue #755DC5
RGB
CMYK
RGB Variations
Color information
#755DC5 (or 0x755DC5) is known color: Slate Blue. HEX triplet: 75, 5D and C5. RGB value is (117,93,197). Sum of RGB (Red+Green+Blue) = 117+93+197=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #755DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC5 is #8AA23A. Grayscale: #6F6F6F. Windows color (decimal): -9085499 or 12934517. OLE color: 12934517.
HSL color Cylindrical-coordinate representation of color #755DC5: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755DC5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 93 | 197 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.23 |
| HSL | 253.85º | 0.47% | 0.57% | - |
| HSV(B) | 253.85º | 0.53% | 0.77% | - |
| XYZ | 21.33 | 15.64 | 54.72 | - |
| YUV | 112.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 197 | 0.41 | 0.53 | 0 | 0.23 | 253.85 | 0.47 | 0.57 |
| Hex | 75 | 5D | C5 | 29 | 35 | 0 | 17 | FE | 2F | 39 |
| Octal | 165 | 135 | 305 | 51 | 65 | 0 | 27 | 376 | 57 | 71 |
| Binary | 1110101 | 1011101 | 11000101 | 101001 | 110101 | 0 | 10111 | 11111110 | 101111 | 111001 |
Color Harmonies of #755DC5
Complementary color
Monochromatic Colors of #755DC5
Black with #755DC5
Text Example
Text Example
White with #755DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DC5; }
p { color: rgb(117,93,197); }
H1.HeaderClassName
{
color: #755DC5;
}
.AnyTagClassName
{
color: #755DC5;
}
</style>
background-color css
<style>
a { background-color: #755DC5; }
a { background-color: rgb(117,93,197); }
div.DivClassName
{
background-color: #755DC5;
}
.BgClassName
{
background-color: #755DC5;
}
</style>
border-color css
<style>
span { border-color: #755DC5; }
span { border-color: rgb(117,93,197); }
td.TdClassName
{
border-color: #755DC5;
}
.TagClassName
{
border-color: #755DC5;
}
</style>