Shades of Slate Blue #754EE0
Tints of Slate Blue #754EE0
RGB
CMYK
RGB Variations
Color information
#754EE0 (or 0x754EE0) is known color: Slate Blue. HEX triplet: 75, 4E and E0. RGB value is (117,78,224). Sum of RGB (Red+Green+Blue) = 117+78+224=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #754EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EE0 is #8AB11F. Grayscale: #696969. Windows color (decimal): -9089312 or 14700149. OLE color: 14700149.
HSL color Cylindrical-coordinate representation of color #754EE0: hue angle of 256.03º 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 #754EE0 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 78 | 224 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.12 |
| HSL | 256.03º | 0.7% | 0.59% | - |
| HSV(B) | 256.03º | 0.65% | 0.88% | - |
| XYZ | 23.52 | 14.61 | 72.1 | - |
| YUV | 106.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 224 | 0.48 | 0.65 | 0 | 0.12 | 256.03 | 0.7 | 0.59 |
| Hex | 75 | 4E | E0 | 30 | 41 | 0 | C | 100 | 46 | 3B |
| Octal | 165 | 116 | 340 | 60 | 101 | 0 | 14 | 400 | 106 | 73 |
| Binary | 1110101 | 1001110 | 11100000 | 110000 | 1000001 | 0 | 1100 | 100000000 | 1000110 | 111011 |
Color Harmonies of #754EE0
Complementary color
Monochromatic Colors of #754EE0
Black with #754EE0
Text Example
Text Example
White with #754EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EE0; }
p { color: rgb(117,78,224); }
H1.HeaderClassName
{
color: #754EE0;
}
.AnyTagClassName
{
color: #754EE0;
}
</style>
background-color css
<style>
a { background-color: #754EE0; }
a { background-color: rgb(117,78,224); }
div.DivClassName
{
background-color: #754EE0;
}
.BgClassName
{
background-color: #754EE0;
}
</style>
border-color css
<style>
span { border-color: #754EE0; }
span { border-color: rgb(117,78,224); }
td.TdClassName
{
border-color: #754EE0;
}
.TagClassName
{
border-color: #754EE0;
}
</style>