#716ABF

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

Shades of Slate Blue #716ABF

Tints of Slate Blue #716ABF

Color information

#716ABF (or 0x716ABF) is unknown color: approx Slate Blue. HEX triplet: 71, 6A and BF. RGB value is (113,106,191). Sum of RGB (Red+Green+Blue) = 113+106+191=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #716ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABF is #8E9540. Grayscale: #757575. Windows color (decimal): -9344321 or 12544625. OLE color: 12544625.

HSL color Cylindrical-coordinate representation of color #716ABF: hue angle of 244.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #716ABF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113106191-
CMYK0.410.4500.25
HSL244.94º39.91%58.24%-
HSV(B)244.94º44.5%74.9%-
XYZ21.3717.5851.56-
YUV117.78169.32124.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 191 (75% from 255) = 46.59%
R=27.56%
G=25.85%
B=46.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131061910.410.4500.25244.9439.9158.24
Hex716ABF292D019f5283a
Octal16115227751550313655072
Binary111000111010101011111110100110110101100111110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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