#7552FE

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

Shades of Medium Slate Blue #7552FE

Tints of Medium Slate Blue #7552FE

Color information

#7552FE (or 0x7552FE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 52 and FE. RGB value is (117,82,254). Sum of RGB (Red+Green+Blue) = 117+82+254=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #7552FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7552FE is #8AAD01. Grayscale: #6F6F6F. Windows color (decimal): -9088258 or 16667253. OLE color: 16667253.

HSL color Cylindrical-coordinate representation of color #7552FE: hue angle of 252.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7552FE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11782254-
CMYK0.540.6800.00
HSL252.21º98.85%65.88%-
HSV(B)252.21º67.72%99.61%-
XYZ28.2416.9795.55-
YUV112.07208.1131.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 254 (99.61% from 255) = 56.07%
R=25.83%
G=18.10%
B=56.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117822540.540.6800.00252.2198.8565.88
Hex7552FE364400fc6342
Octal1651223766610400374143102
Binary11101011010010111111101101101000100001111110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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