Shades of Slate Blue #754CE1
Tints of Slate Blue #754CE1
RGB
CMYK
RGB Variations
Color information
#754CE1 (or 0x754CE1) is known color: Slate Blue. HEX triplet: 75, 4C and E1. RGB value is (117,76,225). Sum of RGB (Red+Green+Blue) = 117+76+225=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #754CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CE1 is #8AB31E. Grayscale: #686868. Windows color (decimal): -9089823 or 14765173. OLE color: 14765173.
HSL color Cylindrical-coordinate representation of color #754CE1: hue angle of 256.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754CE1 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 76 | 225 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.12 |
| HSL | 256.51º | 0.71% | 0.59% | - |
| HSV(B) | 256.51º | 0.66% | 0.88% | - |
| XYZ | 23.51 | 14.39 | 72.77 | - |
| YUV | 105.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 225 | 0.48 | 0.66 | 0 | 0.12 | 256.51 | 0.71 | 0.59 |
| Hex | 75 | 4C | E1 | 30 | 42 | 0 | C | 101 | 47 | 3B |
| Octal | 165 | 114 | 341 | 60 | 102 | 0 | 14 | 401 | 107 | 73 |
| Binary | 1110101 | 1001100 | 11100001 | 110000 | 1000010 | 0 | 1100 | 100000001 | 1000111 | 111011 |
Color Harmonies of #754CE1
Complementary color
Monochromatic Colors of #754CE1
Black with #754CE1
Text Example
Text Example
White with #754CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CE1; }
p { color: rgb(117,76,225); }
H1.HeaderClassName
{
color: #754CE1;
}
.AnyTagClassName
{
color: #754CE1;
}
</style>
background-color css
<style>
a { background-color: #754CE1; }
a { background-color: rgb(117,76,225); }
div.DivClassName
{
background-color: #754CE1;
}
.BgClassName
{
background-color: #754CE1;
}
</style>
border-color css
<style>
span { border-color: #754CE1; }
span { border-color: rgb(117,76,225); }
td.TdClassName
{
border-color: #754CE1;
}
.TagClassName
{
border-color: #754CE1;
}
</style>