#725DDE

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

Shades of Slate Blue #725DDE

Tints of Slate Blue #725DDE

Color information

#725DDE (or 0x725DDE) is unknown color: approx Slate Blue. HEX triplet: 72, 5D and DE. RGB value is (114,93,222). Sum of RGB (Red+Green+Blue) = 114+93+222=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #725DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DDE is #8DA221. Grayscale: #717171. Windows color (decimal): -9282082 or 14572914. OLE color: 14572914.

HSL color Cylindrical-coordinate representation of color #725DDE: hue angle of 249.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725DDE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11493222-
CMYK0.490.5800.13
HSL249.77º66.15%61.76%-
HSV(B)249.77º58.11%87.06%-
XYZ24.0416.6871.06-
YUV113.98188.96128.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=26.57%
G=21.68%
B=51.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114932220.490.5800.13249.7766.1561.76
Hex725DDE313A0Dfa423e
Octal162135336617201537210276
Binary111001010111011101111011000111101001101111110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,222); }

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

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

 a { background-color: rgb(114,93,222); }

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

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

 span { border-color: rgb(114,93,222); }

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