#725DD2

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

Shades of Slate Blue #725DD2

Tints of Slate Blue #725DD2

Color information

#725DD2 (or 0x725DD2) is unknown color: approx Slate Blue. HEX triplet: 72, 5D and D2. RGB value is (114,93,210). Sum of RGB (Red+Green+Blue) = 114+93+210=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #725DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DD2 is #8DA22D. Grayscale: #707070. Windows color (decimal): -9282094 or 13786482. OLE color: 13786482.

HSL color Cylindrical-coordinate representation of color #725DD2: hue angle of 250.77º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725DD2 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11493210-
CMYK0.460.5600.18
HSL250.77º56.52%59.41%-
HSV(B)250.77º55.71%82.35%-
XYZ22.4916.0662.89-
YUV112.62182.96128.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 210 (82.42% from 255) = 50.36%
R=27.34%
G=22.30%
B=50.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114932100.460.5600.18250.7756.5259.41
Hex725DD22E38012fb393b
Octal16213532256700223737173
Binary111001010111011101001010111011100001001011111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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