#7340FF

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

Shades of Medium Slate Blue #7340FF

Tints of Medium Slate Blue #7340FF

Color information

#7340FF (or 0x7340FF) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 40 and FF. RGB value is (115,64,255). Sum of RGB (Red+Green+Blue) = 115+64+255=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #7340FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340FF is #8CBF00. Grayscale: #646464. Windows color (decimal): -9223937 or 16728179. OLE color: 16728179.

HSL color Cylindrical-coordinate representation of color #7340FF: hue angle of 256.02º 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 #7340FF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11564255-
CMYK0.550.7500
HSL256.02º100%62.55%-
HSV(B)256.02º74.9%100%-
XYZ26.9514.5395.99-
YUV101.02214.9137.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 255 (100% from 255) = 58.76%
R=26.50%
G=14.75%
B=58.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal115642550.550.7500256.0210062.55
Hex7340FF374B00100643f
Octal163100377671130040014477
Binary11100111000000111111111101111001011001000000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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