#716AFA

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

Shades of Medium Slate Blue #716AFA

Tints of Medium Slate Blue #716AFA

Color information

#716AFA (or 0x716AFA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6A and FA. RGB value is (113,106,250). Sum of RGB (Red+Green+Blue) = 113+106+250=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #716AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716AFA is #8E9505. Grayscale: #7B7B7B. Windows color (decimal): -9344262 or 16411249. OLE color: 16411249.

HSL color Cylindrical-coordinate representation of color #716AFA: hue angle of 242.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716AFA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113106250-
CMYK0.550.5800.02
HSL242.92º93.51%69.8%-
HSV(B)242.92º57.6%98.04%-
XYZ29.2220.7292.9-
YUV124.51198.82119.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=24.09%
G=22.60%
B=53.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131062500.550.5800.02242.9293.5169.8
Hex716AFA373A02f35e46
Octal161152372677202363136106
Binary11100011101010111110101101111110100101111001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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