Shades of Slate Blue #754ED6
Tints of Slate Blue #754ED6
RGB
CMYK
RGB Variations
Color information
#754ED6 (or 0x754ED6) is known color: Slate Blue. HEX triplet: 75, 4E and D6. RGB value is (117,78,214). Sum of RGB (Red+Green+Blue) = 117+78+214=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #754ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ED6 is #8AB129. Grayscale: #686868. Windows color (decimal): -9089322 or 14044789. OLE color: 14044789.
HSL color Cylindrical-coordinate representation of color #754ED6: hue angle of 257.21º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754ED6 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 78 | 214 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.16 |
| HSL | 257.21º | 0.62% | 0.57% | - |
| HSV(B) | 257.21º | 0.64% | 0.84% | - |
| XYZ | 22.2 | 14.09 | 65.17 | - |
| YUV | 105.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 214 | 0.45 | 0.64 | 0 | 0.16 | 257.21 | 0.62 | 0.57 |
| Hex | 75 | 4E | D6 | 2D | 40 | 0 | 10 | 101 | 3E | 39 |
| Octal | 165 | 116 | 326 | 55 | 100 | 0 | 20 | 401 | 76 | 71 |
| Binary | 1110101 | 1001110 | 11010110 | 101101 | 1000000 | 0 | 10000 | 100000001 | 111110 | 111001 |
Color Harmonies of #754ED6
Complementary color
Monochromatic Colors of #754ED6
Black with #754ED6
Text Example
Text Example
White with #754ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ED6; }
p { color: rgb(117,78,214); }
H1.HeaderClassName
{
color: #754ED6;
}
.AnyTagClassName
{
color: #754ED6;
}
</style>
background-color css
<style>
a { background-color: #754ED6; }
a { background-color: rgb(117,78,214); }
div.DivClassName
{
background-color: #754ED6;
}
.BgClassName
{
background-color: #754ED6;
}
</style>
border-color css
<style>
span { border-color: #754ED6; }
span { border-color: rgb(117,78,214); }
td.TdClassName
{
border-color: #754ED6;
}
.TagClassName
{
border-color: #754ED6;
}
</style>