#7161F8

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

Shades of Medium Slate Blue #7161F8

Tints of Medium Slate Blue #7161F8

Color information

#7161F8 (or 0x7161F8) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 61 and F8. RGB value is (113,97,248). Sum of RGB (Red+Green+Blue) = 113+97+248=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #7161F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7161F8 is #8E9E07. Grayscale: #767676. Windows color (decimal): -9346568 or 16277873. OLE color: 16277873.

HSL color Cylindrical-coordinate representation of color #7161F8: hue angle of 246.36º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7161F8 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11397248-
CMYK0.540.6100.03
HSL246.36º91.52%67.65%-
HSV(B)246.36º60.89%97.25%-
XYZ28.0318.8490.97-
YUV119200.8123.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 248 (97.27% from 255) = 54.15%
R=24.67%
G=21.18%
B=54.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal113972480.540.6100.03246.3691.5267.65
Hex7161F8363D03f65c44
Octal161141370667503366134104
Binary11100011100001111110001101101111010111111011010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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