#726DEB

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

Shades of Medium Slate Blue #726DEB

Tints of Medium Slate Blue #726DEB

Color information

#726DEB (or 0x726DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6D and EB. RGB value is (114,109,235). Sum of RGB (Red+Green+Blue) = 114+109+235=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #726DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DEB is #8D9214. Grayscale: #7C7C7C. Windows color (decimal): -9277973 or 15428978. OLE color: 15428978.

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

Color convert

RGB114109235-
CMYK0.510.5400.08
HSL242.38º75.9%67.45%-
HSV(B)242.38º53.62%92.16%-
XYZ27.420.5181.11-
YUV124.86190.16120.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=24.89%
G=23.80%
B=51.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141092350.510.5400.08242.3875.967.45
Hex726DEB333608f24c43
Octal1621553536366010362114103
Binary1110010110110111101011110011110110010001111001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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