#716AC1

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

Shades of Slate Blue #716AC1

Tints of Slate Blue #716AC1

Color information

#716AC1 (or 0x716AC1) is unknown color: approx Slate Blue. HEX triplet: 71, 6A and C1. RGB value is (113,106,193). Sum of RGB (Red+Green+Blue) = 113+106+193=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #716AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AC1 is #8E953E. Grayscale: #757575. Windows color (decimal): -9344319 or 12675697. OLE color: 12675697.

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

Color convert

RGB113106193-
CMYK0.410.4500.24
HSL244.83º41.23%58.63%-
HSV(B)244.83º45.08%75.69%-
XYZ21.5917.6752.72-
YUV118.01170.32124.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=27.43%
G=25.73%
B=46.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131061930.410.4500.24244.8341.2358.63
Hex716AC1292D018f5293b
Octal16115230151550303655173
Binary111000111010101100000110100110110101100011110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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