#725ed7

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

Shades of Slate Blue #725ED7

Tints of Slate Blue #725ED7

Color information

#725ED7 (or 0x725ED7) is unknown color: approx Slate Blue. HEX triplet: 72, 5E and D7. RGB value is (114,94,215). Sum of RGB (Red+Green+Blue) = 114+94+215=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #725ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ED7 is #8DA128. Grayscale: #717171. Windows color (decimal): -9281833 or 14114418. OLE color: 14114418.

HSL color Cylindrical-coordinate representation of color #725ED7: hue angle of 249.92º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725ED7 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11494215-
CMYK0.470.5600.16
HSL249.92º60.2%60.59%-
HSV(B)249.92º56.28%84.31%-
XYZ23.2116.4966.25-
YUV113.77185.13128.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=26.95%
G=22.22%
B=50.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114942150.470.5600.16249.9260.260.59
Hex725ED72F38010fa3c3d
Octal16213632757700203727475
Binary111001010111101101011110111111100001000011111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725ed7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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