#716FEA

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

Shades of Medium Slate Blue #716FEA

Tints of Medium Slate Blue #716FEA

Color information

#716FEA (or 0x716FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6F and EA. RGB value is (113,111,234). Sum of RGB (Red+Green+Blue) = 113+111+234=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #716FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716FEA is #8E9015. Grayscale: #7D7D7D. Windows color (decimal): -9342998 or 15363953. OLE color: 15363953.

HSL color Cylindrical-coordinate representation of color #716FEA: hue angle of 240.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #716FEA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113111234-
CMYK0.520.5300.08
HSL240.98º74.55%67.65%-
HSV(B)240.98º52.56%91.76%-
XYZ27.3520.8280.42-
YUV125.62189.16119-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=24.67%
G=24.24%
B=51.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131112340.520.5300.08240.9874.5567.65
Hex716FEA343508f14b44
Octal1611573526465010361113104
Binary1110001110111111101010110100110101010001111000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,234); }

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

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

 a { background-color: rgb(113,111,234); }

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

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

 span { border-color: rgb(113,111,234); }

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