#726FEA

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

Shades of Medium Slate Blue #726FEA

Tints of Medium Slate Blue #726FEA

Color information

#726FEA (or 0x726FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6F and EA. RGB value is (114,111,234). Sum of RGB (Red+Green+Blue) = 114+111+234=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #726FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEA is #8D9015. Grayscale: #7D7D7D. Windows color (decimal): -9277462 or 15363954. OLE color: 15363954.

HSL color Cylindrical-coordinate representation of color #726FEA: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726FEA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114111234-
CMYK0.510.5300.08
HSL241.46º74.55%67.65%-
HSV(B)241.46º52.56%91.76%-
XYZ27.4820.8980.43-
YUV125.92188.99119.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=24.84%
G=24.18%
B=50.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141112340.510.5300.08241.4674.5567.65
Hex726FEA333508f14b44
Octal1621573526365010361113104
Binary1110010110111111101010110011110101010001111000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,234); }

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

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

 a { background-color: rgb(114,111,234); }

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

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

 span { border-color: rgb(114,111,234); }

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