#7552ED

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

Shades of Medium Slate Blue #7552ED

Tints of Medium Slate Blue #7552ED

Color information

#7552ED (or 0x7552ED) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 52 and ED. RGB value is (117,82,237). Sum of RGB (Red+Green+Blue) = 117+82+237=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #7552ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7552ED is #8AAD12. Grayscale: #6D6D6D. Windows color (decimal): -9088275 or 15553141. OLE color: 15553141.

HSL color Cylindrical-coordinate representation of color #7552ED: hue angle of 253.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7552ED is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11782237-
CMYK0.510.6500.07
HSL253.55º81.15%62.55%-
HSV(B)253.55º65.4%92.94%-
XYZ25.6415.9381.84-
YUV110.14199.6132.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=26.83%
G=18.81%
B=54.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117822370.510.6500.07253.5581.1562.55
Hex7552ED334107fe513f
Octal165122355631010737612177
Binary111010110100101110110111001110000010111111111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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