#7554EB

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

Shades of Medium Slate Blue #7554EB

Tints of Medium Slate Blue #7554EB

Color information

#7554EB (or 0x7554EB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 54 and EB. RGB value is (117,84,235). Sum of RGB (Red+Green+Blue) = 117+84+235=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #7554EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554EB is #8AAB14. Grayscale: #6E6E6E. Windows color (decimal): -9087765 or 15422581. OLE color: 15422581.

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

Color convert

RGB11784235-
CMYK0.500.6400.08
HSL253.11º79.06%62.55%-
HSV(B)253.11º64.26%92.16%-
XYZ25.516.1280.36-
YUV111.08197.93132.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=26.83%
G=19.27%
B=53.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117842350.500.6400.08253.1179.0662.55
Hex7554EB324008fd4f3f
Octal1651243536210001037511777
Binary1110101101010011101011110010100000001000111111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7554EB; }

 p { color: rgb(117,84,235); }

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

<style>
 a { background-color: #7554EB; }

 a { background-color: rgb(117,84,235); }

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

<style>
 span { border-color: #7554EB; }

 span { border-color: rgb(117,84,235); }

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