#7262F1

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

Shades of Medium Slate Blue #7262F1

Tints of Medium Slate Blue #7262F1

Color information

#7262F1 (or 0x7262F1) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 62 and F1. RGB value is (114,98,241). Sum of RGB (Red+Green+Blue) = 114+98+241=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #7262F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262F1 is #8D9D0E. Grayscale: #767676. Windows color (decimal): -9280783 or 15819378. OLE color: 15819378.

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

Color convert

RGB11498241-
CMYK0.530.5900.05
HSL246.71º83.63%66.47%-
HSV(B)246.71º59.34%94.51%-
XYZ27.1818.6685.39-
YUV119.09196.8124.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=25.17%
G=21.63%
B=53.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal114982410.530.5900.05246.7183.6366.47
Hex7262F1353B05f75442
Octal162142361657305367124102
Binary111001011000101111000111010111101101011111011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7262F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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