#715AD6

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

Shades of Slate Blue #715AD6

Tints of Slate Blue #715AD6

Color information

#715AD6 (or 0x715AD6) is unknown color: approx Slate Blue. HEX triplet: 71, 5A and D6. RGB value is (113,90,214). Sum of RGB (Red+Green+Blue) = 113+90+214=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #715AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AD6 is #8EA529. Grayscale: #6E6E6E. Windows color (decimal): -9348394 or 14047857. OLE color: 14047857.

HSL color Cylindrical-coordinate representation of color #715AD6: hue angle of 251.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715AD6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11390214-
CMYK0.470.5800.16
HSL251.13º60.19%59.61%-
HSV(B)251.13º57.94%83.92%-
XYZ22.615.6865.45-
YUV111.01186.12129.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=27.10%
G=21.58%
B=51.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113902140.470.5800.16251.1360.1959.61
Hex715AD62F3A010fb3c3c
Octal16113232657720203737474
Binary111000110110101101011010111111101001000011111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,214); }

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

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

 a { background-color: rgb(113,90,214); }

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

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

 span { border-color: rgb(113,90,214); }

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