#725ECD

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

Shades of Slate Blue #725ECD

Tints of Slate Blue #725ECD

Color information

#725ECD (or 0x725ECD) is unknown color: approx Slate Blue. HEX triplet: 72, 5E and CD. RGB value is (114,94,205). Sum of RGB (Red+Green+Blue) = 114+94+205=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #725ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECD is #8DA132. Grayscale: #707070. Windows color (decimal): -9281843 or 13459058. OLE color: 13459058.

HSL color Cylindrical-coordinate representation of color #725ECD: hue angle of 250.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725ECD is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11494205-
CMYK0.440.5400.20
HSL250.81º52.61%58.63%-
HSV(B)250.81º54.15%80.39%-
XYZ21.9615.9959.69-
YUV112.63180.13128.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=27.60%
G=22.76%
B=49.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114942050.440.5400.20250.8152.6158.63
Hex725ECD2C36014fb353b
Octal16213631554660243736573
Binary111001010111101100110110110011011001010011111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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