#7458E0

Color #7458E0 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7458E0

Tints of Slate Blue #7458E0

Color information

#7458E0 (or 0x7458E0) is unknown color: approx 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

RGB11688224-
CMYK0.480.6100.12
HSL252.35º68.69%61.18%-
HSV(B)252.35º60.71%87.84%-
XYZ24.1516.0772.35-
YUV111.88191.28130.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 224 (87.89% from 255) = 52.34%
R=27.10%
G=20.56%
B=52.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116882240.480.6100.12252.3568.6961.18
Hex7458E0303D0Cfc453d
Octal164130340607501437410575
Binary111010010110001110000011000011110101100111111001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7458E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>