#715EDF

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

Shades of Slate Blue #715EDF

Tints of Slate Blue #715EDF

Color information

#715EDF (or 0x715EDF) is unknown color: approx Slate Blue. HEX triplet: 71, 5E and DF. RGB value is (113,94,223). Sum of RGB (Red+Green+Blue) = 113+94+223=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #715EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EDF is #8EA120. Grayscale: #717171. Windows color (decimal): -9347361 or 14638705. OLE color: 14638705.

HSL color Cylindrical-coordinate representation of color #715EDF: hue angle of 248.84º 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 #715EDF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11394223-
CMYK0.490.5800.13
HSL248.84º66.84%62.16%-
HSV(B)248.84º57.85%87.45%-
XYZ24.1316.8471.79-
YUV114.39189.29127.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=26.28%
G=21.86%
B=51.86%

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
Decimal113942230.490.5800.13248.8466.8462.16
Hex715EDF313A0Df9433e
Octal161136337617201537110376
Binary111000110111101101111111000111101001101111110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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