#726AF7

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

Shades of Medium Slate Blue #726AF7

Tints of Medium Slate Blue #726AF7

Color information

#726AF7 (or 0x726AF7) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6A and F7. RGB value is (114,106,247). Sum of RGB (Red+Green+Blue) = 114+106+247=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #726AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AF7 is #8D9508. Grayscale: #7B7B7B. Windows color (decimal): -9278729 or 16214642. OLE color: 16214642.

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

Color convert

RGB114106247-
CMYK0.540.5700.03
HSL243.4º89.81%69.22%-
HSV(B)243.4º57.09%96.86%-
XYZ28.8820.690.45-
YUV124.47197.15120.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.41%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 247 (96.88% from 255) = 52.89%
R=24.41%
G=22.70%
B=52.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1141062470.540.5700.03243.489.8169.22
Hex726AF7363903f35a45
Octal162152367667103363132105
Binary11100101101010111101111101101110010111111001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,247); }

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

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

 a { background-color: rgb(114,106,247); }

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

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

 span { border-color: rgb(114,106,247); }

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