#715DDF

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

Shades of Slate Blue #715DDF

Tints of Slate Blue #715DDF

Color information

#715DDF (or 0x715DDF) is unknown color: approx Slate Blue. HEX triplet: 71, 5D and DF. RGB value is (113,93,223). Sum of RGB (Red+Green+Blue) = 113+93+223=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #715DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DDF is #8EA220. Grayscale: #717171. Windows color (decimal): -9347617 or 14638449. OLE color: 14638449.

HSL color Cylindrical-coordinate representation of color #715DDF: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715DDF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11393223-
CMYK0.490.5800.13
HSL249.23º67.01%61.96%-
HSV(B)249.23º58.3%87.45%-
XYZ24.0416.6771.76-
YUV113.8189.63127.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 223 (87.5% from 255) = 51.98%
R=26.34%
G=21.68%
B=51.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113932230.490.5800.13249.2367.0161.96
Hex715DDF313A0Df9433e
Octal161135337617201537110376
Binary111000110111011101111111000111101001101111110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715DDF; }

 p { color: rgb(113,93,223); }

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

<style>
 a { background-color: #715DDF; }

 a { background-color: rgb(113,93,223); }

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

<style>
 span { border-color: #715DDF; }

 span { border-color: rgb(113,93,223); }

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