Shades of Slate Blue #755DDA
Tints of Slate Blue #755DDA
RGB
CMYK
RGB Variations
Color information
#755DDA (or 0x755DDA) is known color: Slate Blue. HEX triplet: 75, 5D and DA. RGB value is (117,93,218). Sum of RGB (Red+Green+Blue) = 117+93+218=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #755DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DDA is #8AA225. Grayscale: #717171. Windows color (decimal): -9085478 or 14310773. OLE color: 14310773.
HSL color Cylindrical-coordinate representation of color #755DDA: hue angle of 251.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755DDA is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 93 | 218 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.15 |
| HSL | 251.52º | 0.63% | 0.61% | - |
| HSV(B) | 251.52º | 0.57% | 0.85% | - |
| XYZ | 23.91 | 16.67 | 68.29 | - |
| YUV | 114.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 218 | 0.46 | 0.57 | 0 | 0.15 | 251.52 | 0.63 | 0.61 |
| Hex | 75 | 5D | DA | 2E | 39 | 0 | F | FC | 3F | 3D |
| Octal | 165 | 135 | 332 | 56 | 71 | 0 | 17 | 374 | 77 | 75 |
| Binary | 1110101 | 1011101 | 11011010 | 101110 | 111001 | 0 | 1111 | 11111100 | 111111 | 111101 |
Color Harmonies of #755DDA
Complementary color
Monochromatic Colors of #755DDA
Black with #755DDA
Text Example
Text Example
White with #755DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DDA; }
p { color: rgb(117,93,218); }
H1.HeaderClassName
{
color: #755DDA;
}
.AnyTagClassName
{
color: #755DDA;
}
</style>
background-color css
<style>
a { background-color: #755DDA; }
a { background-color: rgb(117,93,218); }
div.DivClassName
{
background-color: #755DDA;
}
.BgClassName
{
background-color: #755DDA;
}
</style>
border-color css
<style>
span { border-color: #755DDA; }
span { border-color: rgb(117,93,218); }
td.TdClassName
{
border-color: #755DDA;
}
.TagClassName
{
border-color: #755DDA;
}
</style>