#725CDE

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

Shades of Slate Blue #725CDE

Tints of Slate Blue #725CDE

Color information

#725CDE (or 0x725CDE) is unknown color: approx Slate Blue. HEX triplet: 72, 5C and DE. RGB value is (114,92,222). Sum of RGB (Red+Green+Blue) = 114+92+222=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #725CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDE is #8DA321. Grayscale: #707070. Windows color (decimal): -9282338 or 14572658. OLE color: 14572658.

HSL color Cylindrical-coordinate representation of color #725CDE: hue angle of 250.15º degrees, saturation: 0.66, 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 #725CDE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11492222-
CMYK0.490.5900.13
HSL250.15º66.33%61.57%-
HSV(B)250.15º58.56%87.06%-
XYZ23.9516.5171.03-
YUV113.4189.29128.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=26.64%
G=21.50%
B=51.87%

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
Decimal114922220.490.5900.13250.1566.3361.57
Hex725CDE313B0Dfa423e
Octal162134336617301537210276
Binary111001010111001101111011000111101101101111110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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