Shades of Slate Blue #754FE1
Tints of Slate Blue #754FE1
RGB
CMYK
RGB Variations
Color information
#754FE1 (or 0x754FE1) is known color: Slate Blue. HEX triplet: 75, 4F and E1. RGB value is (117,79,225). Sum of RGB (Red+Green+Blue) = 117+79+225=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #754FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FE1 is #8AB01E. Grayscale: #6A6A6A. Windows color (decimal): -9089055 or 14765941. OLE color: 14765941.
HSL color Cylindrical-coordinate representation of color #754FE1: hue angle of 255.62º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754FE1 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 79 | 225 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.12 |
| HSL | 255.62º | 0.71% | 0.6% | - |
| HSV(B) | 255.62º | 0.65% | 0.88% | - |
| XYZ | 23.72 | 14.81 | 72.84 | - |
| YUV | 107.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 225 | 0.48 | 0.65 | 0 | 0.12 | 255.62 | 0.71 | 0.6 |
| Hex | 75 | 4F | E1 | 30 | 41 | 0 | C | 100 | 47 | 3C |
| Octal | 165 | 117 | 341 | 60 | 101 | 0 | 14 | 400 | 107 | 74 |
| Binary | 1110101 | 1001111 | 11100001 | 110000 | 1000001 | 0 | 1100 | 100000000 | 1000111 | 111100 |
Color Harmonies of #754FE1
Complementary color
Monochromatic Colors of #754FE1
Black with #754FE1
Text Example
Text Example
White with #754FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FE1; }
p { color: rgb(117,79,225); }
H1.HeaderClassName
{
color: #754FE1;
}
.AnyTagClassName
{
color: #754FE1;
}
</style>
background-color css
<style>
a { background-color: #754FE1; }
a { background-color: rgb(117,79,225); }
div.DivClassName
{
background-color: #754FE1;
}
.BgClassName
{
background-color: #754FE1;
}
</style>
border-color css
<style>
span { border-color: #754FE1; }
span { border-color: rgb(117,79,225); }
td.TdClassName
{
border-color: #754FE1;
}
.TagClassName
{
border-color: #754FE1;
}
</style>