#726FEB

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

Shades of Medium Slate Blue #726FEB

Tints of Medium Slate Blue #726FEB

Color information

#726FEB (or 0x726FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6F and EB. RGB value is (114,111,235). Sum of RGB (Red+Green+Blue) = 114+111+235=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #726FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEB is #8D9014. Grayscale: #7D7D7D. Windows color (decimal): -9277461 or 15429490. OLE color: 15429490.

HSL color Cylindrical-coordinate representation of color #726FEB: hue angle of 241.45º degrees, saturation: 0.76, 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 #726FEB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114111235-
CMYK0.510.5300.08
HSL241.45º75.61%67.84%-
HSV(B)241.45º52.77%92.16%-
XYZ27.6220.9481.18-
YUV126.03189.49119.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=24.78%
G=24.13%
B=51.09%

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
Decimal1141112350.510.5300.08241.4575.6167.84
Hex726FEB333508f14c44
Octal1621573536365010361114104
Binary1110010110111111101011110011110101010001111000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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