#7450EA

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

Shades of Medium Slate Blue #7450EA

Tints of Medium Slate Blue #7450EA

Color information

#7450EA (or 0x7450EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 50 and EA. RGB value is (116,80,234). Sum of RGB (Red+Green+Blue) = 116+80+234=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #7450EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450EA is #8BAF15. Grayscale: #6B6B6B. Windows color (decimal): -9154326 or 15356020. OLE color: 15356020.

HSL color Cylindrical-coordinate representation of color #7450EA: hue angle of 254.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7450EA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11680234-
CMYK0.500.6600.08
HSL254.03º78.57%61.57%-
HSV(B)254.03º65.81%91.76%-
XYZ24.9215.3979.5-
YUV108.32198.93133.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=26.98%
G=18.60%
B=54.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116802340.500.6600.08254.0378.5761.57
Hex7450EA324208fe4f3e
Octal1641203526210201037611776
Binary1110100101000011101010110010100001001000111111101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7450EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7450EA; }

 p { color: rgb(116,80,234); }

 H1.HeaderClassName
 {
   color: #7450EA;
 }
 .AnyTagClassName
 {
   color: #7450EA;
 }
</style>
background-color css

<style>
 a { background-color: #7450EA; }

 a { background-color: rgb(116,80,234); }

 div.DivClassName
 {
   background-color: #7450EA;
 }
 .BgClassName
 {
   background-color: #7450EA;
 }
</style>
border-color css

<style>
 span { border-color: #7450EA; }

 span { border-color: rgb(116,80,234); }

 td.TdClassName
 {
   border-color: #7450EA;
 }
 .TagClassName
 {
   border-color: #7450EA;
 }
</style>