Shades of Slate Blue #7458E0
Tints of Slate Blue #7458E0
RGB
CMYK
RGB Variations
Color information
#7458E0 (or 0x7458E0) is known color: Slate Blue. HEX triplet: 74, 58 and E0. RGB value is (116,88,224). Sum of RGB (Red+Green+Blue) = 116+88+224=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #7458E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458E0 is #8BA71F. Grayscale: #6F6F6F. Windows color (decimal): -9152288 or 14702708. OLE color: 14702708.
HSL color Cylindrical-coordinate representation of color #7458E0: hue angle of 252.35º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7458E0 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 88 | 224 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.12 |
| HSL | 252.35º | 0.69% | 0.61% | - |
| HSV(B) | 252.35º | 0.61% | 0.88% | - |
| XYZ | 24.15 | 16.07 | 72.35 | - |
| YUV | 111.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 224 | 0.48 | 0.61 | 0 | 0.12 | 252.35 | 0.69 | 0.61 |
| Hex | 74 | 58 | E0 | 30 | 3D | 0 | C | FC | 45 | 3D |
| Octal | 164 | 130 | 340 | 60 | 75 | 0 | 14 | 374 | 105 | 75 |
| Binary | 1110100 | 1011000 | 11100000 | 110000 | 111101 | 0 | 1100 | 11111100 | 1000101 | 111101 |
Color Harmonies of #7458E0
Complementary color
Monochromatic Colors of #7458E0
Black with #7458E0
Text Example
Text Example
White with #7458E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458E0; }
p { color: rgb(116,88,224); }
H1.HeaderClassName
{
color: #7458E0;
}
.AnyTagClassName
{
color: #7458E0;
}
</style>
background-color css
<style>
a { background-color: #7458E0; }
a { background-color: rgb(116,88,224); }
div.DivClassName
{
background-color: #7458E0;
}
.BgClassName
{
background-color: #7458E0;
}
</style>
border-color css
<style>
span { border-color: #7458E0; }
span { border-color: rgb(116,88,224); }
td.TdClassName
{
border-color: #7458E0;
}
.TagClassName
{
border-color: #7458E0;
}
</style>