#7540FF

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

Shades of Medium Slate Blue #7540FF

Tints of Medium Slate Blue #7540FF

Color information

#7540FF (or 0x7540FF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 40 and FF. RGB value is (117,64,255). Sum of RGB (Red+Green+Blue) = 117+64+255=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7540FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540FF is #8ABF00. Grayscale: #646464. Windows color (decimal): -9092865 or 16728181. OLE color: 16728181.

HSL color Cylindrical-coordinate representation of color #7540FF: hue angle of 256.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7540FF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11764255-
CMYK0.540.7500
HSL256.65º100%62.55%-
HSV(B)256.65º74.9%100%-
XYZ27.2214.6796-
YUV101.62214.56138.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 255 (100% from 255) = 58.49%
R=26.83%
G=14.68%
B=58.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117642550.540.7500256.6510062.55
Hex7540FF364B00101643f
Octal165100377661130040114477
Binary11101011000000111111111101101001011001000000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7540FF; }

 p { color: rgb(117,64,255); }

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

<style>
 a { background-color: #7540FF; }

 a { background-color: rgb(117,64,255); }

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

<style>
 span { border-color: #7540FF; }

 span { border-color: rgb(117,64,255); }

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