Shades of Slate Blue #755DD8
Tints of Slate Blue #755DD8
RGB
CMYK
RGB Variations
Color information
#755DD8 (or 0x755DD8) is known color: Slate Blue. HEX triplet: 75, 5D and D8. RGB value is (117,93,216). Sum of RGB (Red+Green+Blue) = 117+93+216=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #755DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DD8 is #8AA227. Grayscale: #717171. Windows color (decimal): -9085480 or 14179701. OLE color: 14179701.
HSL color Cylindrical-coordinate representation of color #755DD8: hue angle of 251.71º degrees, saturation: 0.61, 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 #755DD8 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 93 | 216 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.15 |
| HSL | 251.71º | 0.61% | 0.61% | - |
| HSV(B) | 251.71º | 0.57% | 0.85% | - |
| XYZ | 23.65 | 16.57 | 66.92 | - |
| YUV | 114.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 216 | 0.46 | 0.57 | 0 | 0.15 | 251.71 | 0.61 | 0.61 |
| Hex | 75 | 5D | D8 | 2E | 39 | 0 | F | FC | 3D | 3D |
| Octal | 165 | 135 | 330 | 56 | 71 | 0 | 17 | 374 | 75 | 75 |
| Binary | 1110101 | 1011101 | 11011000 | 101110 | 111001 | 0 | 1111 | 11111100 | 111101 | 111101 |
Color Harmonies of #755DD8
Complementary color
Monochromatic Colors of #755DD8
Black with #755DD8
Text Example
Text Example
White with #755DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DD8; }
p { color: rgb(117,93,216); }
H1.HeaderClassName
{
color: #755DD8;
}
.AnyTagClassName
{
color: #755DD8;
}
</style>
background-color css
<style>
a { background-color: #755DD8; }
a { background-color: rgb(117,93,216); }
div.DivClassName
{
background-color: #755DD8;
}
.BgClassName
{
background-color: #755DD8;
}
</style>
border-color css
<style>
span { border-color: #755DD8; }
span { border-color: rgb(117,93,216); }
td.TdClassName
{
border-color: #755DD8;
}
.TagClassName
{
border-color: #755DD8;
}
</style>