Shades of Slate Blue #754FE0
Tints of Slate Blue #754FE0
RGB
CMYK
RGB Variations
Color information
#754FE0 (or 0x754FE0) is known color: Slate Blue. HEX triplet: 75, 4F and E0. RGB value is (117,79,224). Sum of RGB (Red+Green+Blue) = 117+79+224=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #754FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FE0 is #8AB01F. Grayscale: #6A6A6A. Windows color (decimal): -9089056 or 14700405. OLE color: 14700405.
HSL color Cylindrical-coordinate representation of color #754FE0: hue angle of 255.72º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754FE0 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 79 | 224 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.12 |
| HSL | 255.72º | 0.7% | 0.59% | - |
| HSV(B) | 255.72º | 0.65% | 0.88% | - |
| XYZ | 23.59 | 14.76 | 72.13 | - |
| YUV | 106.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 224 | 0.48 | 0.65 | 0 | 0.12 | 255.72 | 0.7 | 0.59 |
| Hex | 75 | 4F | E0 | 30 | 41 | 0 | C | 100 | 46 | 3B |
| Octal | 165 | 117 | 340 | 60 | 101 | 0 | 14 | 400 | 106 | 73 |
| Binary | 1110101 | 1001111 | 11100000 | 110000 | 1000001 | 0 | 1100 | 100000000 | 1000110 | 111011 |
Color Harmonies of #754FE0
Complementary color
Monochromatic Colors of #754FE0
Black with #754FE0
Text Example
Text Example
White with #754FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FE0; }
p { color: rgb(117,79,224); }
H1.HeaderClassName
{
color: #754FE0;
}
.AnyTagClassName
{
color: #754FE0;
}
</style>
background-color css
<style>
a { background-color: #754FE0; }
a { background-color: rgb(117,79,224); }
div.DivClassName
{
background-color: #754FE0;
}
.BgClassName
{
background-color: #754FE0;
}
</style>
border-color css
<style>
span { border-color: #754FE0; }
span { border-color: rgb(117,79,224); }
td.TdClassName
{
border-color: #754FE0;
}
.TagClassName
{
border-color: #754FE0;
}
</style>