#725EDB

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

Shades of Slate Blue #725EDB

Tints of Slate Blue #725EDB

Color information

#725EDB (or 0x725EDB) is unknown color: approx Slate Blue. HEX triplet: 72, 5E and DB. RGB value is (114,94,219). Sum of RGB (Red+Green+Blue) = 114+94+219=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #725EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EDB is #8DA124. Grayscale: #717171. Windows color (decimal): -9281829 or 14376562. OLE color: 14376562.

HSL color Cylindrical-coordinate representation of color #725EDB: hue angle of 249.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725EDB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11494219-
CMYK0.480.5700.14
HSL249.6º63.45%61.37%-
HSV(B)249.6º57.08%85.88%-
XYZ23.7316.768.99-
YUV114.23187.13127.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 219 (85.94% from 255) = 51.29%
R=26.70%
G=22.01%
B=51.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114942190.480.5700.14249.663.4561.37
Hex725EDB30390Efa3f3d
Octal16213633360710163727775
Binary11100101011110110110111100001110010111011111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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