#716BF4

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

Shades of Medium Slate Blue #716BF4

Tints of Medium Slate Blue #716BF4

Color information

#716BF4 (or 0x716BF4) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6B and F4. RGB value is (113,107,244). Sum of RGB (Red+Green+Blue) = 113+107+244=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 244 (95.70% from 255 or 52.59% from 464); Max value from RGB is 244 - color contains mainly: blue. Hex color #716BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716BF4 is #8E940B. Grayscale: #7B7B7B. Windows color (decimal): -9344012 or 16018289. OLE color: 16018289.

HSL color Cylindrical-coordinate representation of color #716BF4: hue angle of 242.63º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716BF4 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB113107244-
CMYK0.540.5600.04
HSL242.63º86.16%68.82%-
HSV(B)242.63º56.15%95.69%-
XYZ28.420.5688.06-
YUV124.41195.49119.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 244 (95.70% from 255) = 52.59%
R=24.35%
G=23.06%
B=52.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1131072440.540.5600.04242.6386.1668.82
Hex716BF4363804f35645
Octal161153364667004363126105
Binary111000111010111111010011011011100001001111001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,244); }

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

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

 a { background-color: rgb(113,107,244); }

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

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

 span { border-color: rgb(113,107,244); }

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