#725BE0

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

Shades of Slate Blue #725BE0

Tints of Slate Blue #725BE0

Color information

#725BE0 (or 0x725BE0) is unknown color: approx Slate Blue. HEX triplet: 72, 5B and E0. RGB value is (114,91,224). Sum of RGB (Red+Green+Blue) = 114+91+224=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #725BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BE0 is #8DA41F. Grayscale: #707070. Windows color (decimal): -9282592 or 14703474. OLE color: 14703474.

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

Color convert

RGB11491224-
CMYK0.490.5900.12
HSL250.38º68.21%61.76%-
HSV(B)250.38º59.38%87.84%-
XYZ24.1416.4472.42-
YUV113.04190.62128.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=26.57%
G=21.21%
B=52.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114912240.490.5900.12250.3868.2161.76
Hex725BE0313B0Cfa443e
Octal162133340617301437210476
Binary111001010110111110000011000111101101100111110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,224); }

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

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

 a { background-color: rgb(114,91,224); }

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

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

 span { border-color: rgb(114,91,224); }

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