#725EF9

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

Shades of Medium Slate Blue #725EF9

Tints of Medium Slate Blue #725EF9

Color information

#725EF9 (or 0x725EF9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5E and F9. RGB value is (114,94,249). Sum of RGB (Red+Green+Blue) = 114+94+249=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #725EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EF9 is #8DA106. Grayscale: #757575. Windows color (decimal): -9281799 or 16342642. OLE color: 16342642.

HSL color Cylindrical-coordinate representation of color #725EF9: hue angle of 247.74º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725EF9 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11494249-
CMYK0.540.6200.02
HSL247.74º92.81%67.25%-
HSV(B)247.74º62.25%97.65%-
XYZ28.0418.4291.7-
YUV117.65202.13125.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=24.95%
G=20.57%
B=54.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114942490.540.6200.02247.7492.8167.25
Hex725EF9363E02f85d43
Octal162136371667602370135103
Binary11100101011110111110011101101111100101111100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725EF9; }

 p { color: rgb(114,94,249); }

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

<style>
 a { background-color: #725EF9; }

 a { background-color: rgb(114,94,249); }

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

<style>
 span { border-color: #725EF9; }

 span { border-color: rgb(114,94,249); }

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