#725DC0

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

Shades of Slate Blue #725DC0

Tints of Slate Blue #725DC0

Color information

#725DC0 (or 0x725DC0) is unknown color: approx Slate Blue. HEX triplet: 72, 5D and C0. RGB value is (114,93,192). Sum of RGB (Red+Green+Blue) = 114+93+192=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #725DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DC0 is #8DA23F. Grayscale: #6E6E6E. Windows color (decimal): -9282112 or 12606834. OLE color: 12606834.

HSL color Cylindrical-coordinate representation of color #725DC0: hue angle of 252.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725DC0 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11493192-
CMYK0.410.5200.25
HSL252.73º44%55.88%-
HSV(B)252.73º51.56%75.29%-
XYZ20.3715.2151.73-
YUV110.56173.96130.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=28.57%
G=23.31%
B=48.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114931920.410.5200.25252.734455.88
Hex725DC02934019fd2c38
Octal16213530051640313755470
Binary111001010111011100000010100111010001100111111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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