#7260E3

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

Shades of Medium Slate Blue #7260E3

Tints of Medium Slate Blue #7260E3

Color information

#7260E3 (or 0x7260E3) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 60 and E3. RGB value is (114,96,227). Sum of RGB (Red+Green+Blue) = 114+96+227=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #7260E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260E3 is #8D9F1C. Grayscale: #737373. Windows color (decimal): -9281309 or 14901362. OLE color: 14901362.

HSL color Cylindrical-coordinate representation of color #7260E3: hue angle of 248.24º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7260E3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11496227-
CMYK0.500.5800.11
HSL248.24º70.05%63.33%-
HSV(B)248.24º57.71%89.02%-
XYZ24.9917.4974.73-
YUV116.32190.46126.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=26.09%
G=21.97%
B=51.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal114962270.500.5800.11248.2470.0563.33
Hex7260E3323A0Bf8463f
Octal162140343627201337010677
Binary111001011000001110001111001011101001011111110001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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