#7260EE

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

Shades of Medium Slate Blue #7260EE

Tints of Medium Slate Blue #7260EE

Color information

#7260EE (or 0x7260EE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 60 and EE. RGB value is (114,96,238). Sum of RGB (Red+Green+Blue) = 114+96+238=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #7260EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7260EE is #8D9F11. Grayscale: #757575. Windows color (decimal): -9281298 or 15622258. OLE color: 15622258.

HSL color Cylindrical-coordinate representation of color #7260EE: hue angle of 247.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7260EE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11496238-
CMYK0.520.6000.07
HSL247.61º80.68%65.49%-
HSV(B)247.61º59.66%93.33%-
XYZ26.5518.1282.99-
YUV117.57195.96125.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=25.45%
G=21.43%
B=53.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal114962380.520.6000.07247.6180.6865.49
Hex7260EE343C07f85141
Octal162140356647407370121101
Binary111001011000001110111011010011110001111111100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7260EE; }

 p { color: rgb(114,96,238); }

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

<style>
 a { background-color: #7260EE; }

 a { background-color: rgb(114,96,238); }

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

<style>
 span { border-color: #7260EE; }

 span { border-color: rgb(114,96,238); }

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