#725CDF

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

Shades of Slate Blue #725CDF

Tints of Slate Blue #725CDF

Color information

#725CDF (or 0x725CDF) is unknown color: approx Slate Blue. HEX triplet: 72, 5C and DF. RGB value is (114,92,223). Sum of RGB (Red+Green+Blue) = 114+92+223=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #725CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDF is #8DA320. Grayscale: #717171. Windows color (decimal): -9282337 or 14638194. OLE color: 14638194.

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

Color convert

RGB11492223-
CMYK0.490.5900.13
HSL250.08º67.18%61.76%-
HSV(B)250.08º58.74%87.45%-
XYZ24.0916.5671.74-
YUV113.51189.79128.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 223 (87.5% from 255) = 51.98%
R=26.57%
G=21.45%
B=51.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114922230.490.5900.13250.0867.1861.76
Hex725CDF313B0Dfa433e
Octal162134337617301537210376
Binary111001010111001101111111000111101101101111110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,223); }

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

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

 a { background-color: rgb(114,92,223); }

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

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

 span { border-color: rgb(114,92,223); }

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