Shades of Slate Blue #755DC6
Tints of Slate Blue #755DC6
RGB
CMYK
RGB Variations
Color information
#755DC6 (or 0x755DC6) is known color: Slate Blue. HEX triplet: 75, 5D and C6. RGB value is (117,93,198). Sum of RGB (Red+Green+Blue) = 117+93+198=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #755DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC6 is #8AA239. Grayscale: #6F6F6F. Windows color (decimal): -9085498 or 13000053. OLE color: 13000053.
HSL color Cylindrical-coordinate representation of color #755DC6: hue angle of 253.71º 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 #755DC6 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 93 | 198 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.22 |
| HSL | 253.71º | 0.48% | 0.57% | - |
| HSV(B) | 253.71º | 0.53% | 0.78% | - |
| XYZ | 21.44 | 15.69 | 55.32 | - |
| YUV | 112.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 198 | 0.41 | 0.53 | 0 | 0.22 | 253.71 | 0.48 | 0.57 |
| Hex | 75 | 5D | C6 | 29 | 35 | 0 | 16 | FE | 30 | 39 |
| Octal | 165 | 135 | 306 | 51 | 65 | 0 | 26 | 376 | 60 | 71 |
| Binary | 1110101 | 1011101 | 11000110 | 101001 | 110101 | 0 | 10110 | 11111110 | 110000 | 111001 |
Color Harmonies of #755DC6
Complementary color
Monochromatic Colors of #755DC6
Black with #755DC6
Text Example
Text Example
White with #755DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DC6; }
p { color: rgb(117,93,198); }
H1.HeaderClassName
{
color: #755DC6;
}
.AnyTagClassName
{
color: #755DC6;
}
</style>
background-color css
<style>
a { background-color: #755DC6; }
a { background-color: rgb(117,93,198); }
div.DivClassName
{
background-color: #755DC6;
}
.BgClassName
{
background-color: #755DC6;
}
</style>
border-color css
<style>
span { border-color: #755DC6; }
span { border-color: rgb(117,93,198); }
td.TdClassName
{
border-color: #755DC6;
}
.TagClassName
{
border-color: #755DC6;
}
</style>