Shades of Slate Blue #755DC9
Tints of Slate Blue #755DC9
RGB
CMYK
RGB Variations
Color information
#755DC9 (or 0x755DC9) is known color: Slate Blue. HEX triplet: 75, 5D and C9. RGB value is (117,93,201). Sum of RGB (Red+Green+Blue) = 117+93+201=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #755DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC9 is #8AA236. Grayscale: #707070. Windows color (decimal): -9085495 or 13196661. OLE color: 13196661.
HSL color Cylindrical-coordinate representation of color #755DC9: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755DC9 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 93 | 201 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.21 |
| HSL | 253.33º | 0.5% | 0.58% | - |
| HSV(B) | 253.33º | 0.54% | 0.79% | - |
| XYZ | 21.79 | 15.83 | 57.16 | - |
| YUV | 112.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 201 | 0.42 | 0.54 | 0 | 0.21 | 253.33 | 0.5 | 0.58 |
| Hex | 75 | 5D | C9 | 2A | 36 | 0 | 15 | FD | 32 | 3A |
| Octal | 165 | 135 | 311 | 52 | 66 | 0 | 25 | 375 | 62 | 72 |
| Binary | 1110101 | 1011101 | 11001001 | 101010 | 110110 | 0 | 10101 | 11111101 | 110010 | 111010 |
Color Harmonies of #755DC9
Complementary color
Monochromatic Colors of #755DC9
Black with #755DC9
Text Example
Text Example
White with #755DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DC9; }
p { color: rgb(117,93,201); }
H1.HeaderClassName
{
color: #755DC9;
}
.AnyTagClassName
{
color: #755DC9;
}
</style>
background-color css
<style>
a { background-color: #755DC9; }
a { background-color: rgb(117,93,201); }
div.DivClassName
{
background-color: #755DC9;
}
.BgClassName
{
background-color: #755DC9;
}
</style>
border-color css
<style>
span { border-color: #755DC9; }
span { border-color: rgb(117,93,201); }
td.TdClassName
{
border-color: #755DC9;
}
.TagClassName
{
border-color: #755DC9;
}
</style>