#726EF8

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

Shades of Medium Slate Blue #726EF8

Tints of Medium Slate Blue #726EF8

Color information

#726EF8 (or 0x726EF8) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6E and F8. RGB value is (114,110,248). Sum of RGB (Red+Green+Blue) = 114+110+248=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #726EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EF8 is #8D9107. Grayscale: #7E7E7E. Windows color (decimal): -9277704 or 16281202. OLE color: 16281202.

HSL color Cylindrical-coordinate representation of color #726EF8: hue angle of 241.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726EF8 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB114110248-
CMYK0.540.5600.03
HSL241.74º90.79%70.2%-
HSV(B)241.74º55.65%97.25%-
XYZ29.4621.5191.41-
YUV126.93196.33118.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 248 (97.27% from 255) = 52.54%
R=24.15%
G=23.31%
B=52.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1141102480.540.5600.03241.7490.7970.2
Hex726EF8363803f25b46
Octal162156370667003362133106
Binary11100101101110111110001101101110000111111001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726EF8; }

 p { color: rgb(114,110,248); }

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

<style>
 a { background-color: #726EF8; }

 a { background-color: rgb(114,110,248); }

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

<style>
 span { border-color: #726EF8; }

 span { border-color: rgb(114,110,248); }

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