#725EDD

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

Shades of Slate Blue #725EDD

Tints of Slate Blue #725EDD

Color information

#725EDD (or 0x725EDD) is unknown color: approx Slate Blue. HEX triplet: 72, 5E and DD. RGB value is (114,94,221). Sum of RGB (Red+Green+Blue) = 114+94+221=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #725EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EDD is #8DA122. Grayscale: #717171. Windows color (decimal): -9281827 or 14507634. OLE color: 14507634.

HSL color Cylindrical-coordinate representation of color #725EDD: hue angle of 249.45º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725EDD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11494221-
CMYK0.480.5700.13
HSL249.45º65.13%61.76%-
HSV(B)249.45º57.47%86.67%-
XYZ23.9916.870.39-
YUV114.46188.13127.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=26.57%
G=21.91%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114942210.480.5700.13249.4565.1361.76
Hex725EDD30390Df9413e
Octal162136335607101537110176
Binary111001010111101101110111000011100101101111110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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