#725BF9

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

Shades of Medium Slate Blue #725BF9

Tints of Medium Slate Blue #725BF9

Color information

#725BF9 (or 0x725BF9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5B and F9. RGB value is (114,91,249). Sum of RGB (Red+Green+Blue) = 114+91+249=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #725BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BF9 is #8DA406. Grayscale: #737373. Windows color (decimal): -9282567 or 16341874. OLE color: 16341874.

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

Color convert

RGB11491249-
CMYK0.540.6300.02
HSL248.73º92.94%66.67%-
HSV(B)248.73º63.45%97.65%-
XYZ27.7817.991.61-
YUV115.89203.12126.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 249 (97.66% from 255) = 54.85%
R=25.11%
G=20.04%
B=54.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114912490.540.6300.02248.7392.9466.67
Hex725BF9363F02f95d43
Octal162133371667702371135103
Binary11100101011011111110011101101111110101111100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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