#7260F1

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

Shades of Medium Slate Blue #7260F1

Tints of Medium Slate Blue #7260F1

Color information

#7260F1 (or 0x7260F1) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 60 and F1. RGB value is (114,96,241). Sum of RGB (Red+Green+Blue) = 114+96+241=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #7260F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7260F1 is #8D9F0E. Grayscale: #757575. Windows color (decimal): -9281295 or 15818866. OLE color: 15818866.

HSL color Cylindrical-coordinate representation of color #7260F1: hue angle of 247.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7260F1 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11496241-
CMYK0.530.6000.05
HSL247.45º83.82%66.08%-
HSV(B)247.45º60.17%94.51%-
XYZ2718.2985.33-
YUV117.91197.46125.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 241 (94.53% from 255) = 53.44%
R=25.28%
G=21.29%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal114962410.530.6000.05247.4583.8266.08
Hex7260F1353C05f75442
Octal162140361657405367124102
Binary111001011000001111000111010111110001011111011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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