#7161F6

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

Shades of Medium Slate Blue #7161F6

Tints of Medium Slate Blue #7161F6

Color information

#7161F6 (or 0x7161F6) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 61 and F6. RGB value is (113,97,246). Sum of RGB (Red+Green+Blue) = 113+97+246=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #7161F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7161F6 is #8E9E09. Grayscale: #767676. Windows color (decimal): -9346570 or 16146801. OLE color: 16146801.

HSL color Cylindrical-coordinate representation of color #7161F6: hue angle of 246.44º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7161F6 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11397246-
CMYK0.540.6100.04
HSL246.44º89.22%67.25%-
HSV(B)246.44º60.57%96.47%-
XYZ27.7218.7189.34-
YUV118.77199.8123.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 246 (96.48% from 255) = 53.95%
R=24.78%
G=21.27%
B=53.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal113972460.540.6100.04246.4489.2267.25
Hex7161F6363D04f65943
Octal161141366667504366131103
Binary111000111000011111011011011011110101001111011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7161F6; }

 p { color: rgb(113,97,246); }

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

<style>
 a { background-color: #7161F6; }

 a { background-color: rgb(113,97,246); }

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

<style>
 span { border-color: #7161F6; }

 span { border-color: rgb(113,97,246); }

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