#715AC1

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

Shades of Slate Blue #715AC1

Tints of Slate Blue #715AC1

Color information

#715AC1 (or 0x715AC1) is unknown color: approx Slate Blue. HEX triplet: 71, 5A and C1. RGB value is (113,90,193). Sum of RGB (Red+Green+Blue) = 113+90+193=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #715AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AC1 is #8EA53E. Grayscale: #6C6C6C. Windows color (decimal): -9348415 or 12671601. OLE color: 12671601.

HSL color Cylindrical-coordinate representation of color #715AC1: hue angle of 253.4º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715AC1 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11390193-
CMYK0.410.5300.24
HSL253.4º45.37%55.49%-
HSV(B)253.4º53.37%75.69%-
XYZ20.0914.6752.23-
YUV108.62175.62131.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=28.54%
G=22.73%
B=48.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113901930.410.5300.24253.445.3755.49
Hex715AC12935018fd2d37
Octal16113230151650303755567
Binary111000110110101100000110100111010101100011111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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