Shades of Slate Blue #755ED8
Tints of Slate Blue #755ED8
RGB
CMYK
RGB Variations
Color information
#755ED8 (or 0x755ED8) is known color: Slate Blue. HEX triplet: 75, 5E and D8. RGB value is (117,94,216). Sum of RGB (Red+Green+Blue) = 117+94+216=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #755ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ED8 is #8AA127. Grayscale: #727272. Windows color (decimal): -9085224 or 14179957. OLE color: 14179957.
HSL color Cylindrical-coordinate representation of color #755ED8: hue angle of 251.31º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755ED8 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 94 | 216 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.15 |
| HSL | 251.31º | 0.61% | 0.61% | - |
| HSV(B) | 251.31º | 0.56% | 0.85% | - |
| XYZ | 23.73 | 16.75 | 66.95 | - |
| YUV | 114.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 216 | 0.46 | 0.56 | 0 | 0.15 | 251.31 | 0.61 | 0.61 |
| Hex | 75 | 5E | D8 | 2E | 38 | 0 | F | FB | 3D | 3D |
| Octal | 165 | 136 | 330 | 56 | 70 | 0 | 17 | 373 | 75 | 75 |
| Binary | 1110101 | 1011110 | 11011000 | 101110 | 111000 | 0 | 1111 | 11111011 | 111101 | 111101 |
Color Harmonies of #755ED8
Complementary color
Monochromatic Colors of #755ED8
Black with #755ED8
Text Example
Text Example
White with #755ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ED8; }
p { color: rgb(117,94,216); }
H1.HeaderClassName
{
color: #755ED8;
}
.AnyTagClassName
{
color: #755ED8;
}
</style>
background-color css
<style>
a { background-color: #755ED8; }
a { background-color: rgb(117,94,216); }
div.DivClassName
{
background-color: #755ED8;
}
.BgClassName
{
background-color: #755ED8;
}
</style>
border-color css
<style>
span { border-color: #755ED8; }
span { border-color: rgb(117,94,216); }
td.TdClassName
{
border-color: #755ED8;
}
.TagClassName
{
border-color: #755ED8;
}
</style>