#7552E8

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

Shades of Medium Slate Blue #7552E8

Tints of Medium Slate Blue #7552E8

Color information

#7552E8 (or 0x7552E8) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 52 and E8. RGB value is (117,82,232). Sum of RGB (Red+Green+Blue) = 117+82+232=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #7552E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7552E8 is #8AAD17. Grayscale: #6C6C6C. Windows color (decimal): -9088280 or 15225461. OLE color: 15225461.

HSL color Cylindrical-coordinate representation of color #7552E8: hue angle of 254º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7552E8 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11782232-
CMYK0.500.6500.09
HSL254º76.53%61.57%-
HSV(B)254º64.66%90.98%-
XYZ24.9215.6478.05-
YUV109.56197.1133.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 232 (91.02% from 255) = 53.83%
R=27.15%
G=19.03%
B=53.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117822320.500.6500.0925476.5361.57
Hex7552E8324109fe4d3e
Octal1651223506210101137611576
Binary1110101101001011101000110010100000101001111111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7552E8; }

 p { color: rgb(117,82,232); }

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

<style>
 a { background-color: #7552E8; }

 a { background-color: rgb(117,82,232); }

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

<style>
 span { border-color: #7552E8; }

 span { border-color: rgb(117,82,232); }

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