#8163F7

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

Shades of Medium Slate Blue #8163F7

Tints of Medium Slate Blue #8163F7

Color information

#8163F7 (or 0x8163F7) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 63 and F7. RGB value is (129,99,247). Sum of RGB (Red+Green+Blue) = 129+99+247=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #8163F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8163F7 is #7E9C08. Grayscale: #7C7C7C. Windows color (decimal): -8297481 or 16212865. OLE color: 16212865.

HSL color Cylindrical-coordinate representation of color #8163F7: hue angle of 252.16º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8163F7 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12999247-
CMYK0.480.6000.03
HSL252.16º90.24%67.84%-
HSV(B)252.16º59.92%96.86%-
XYZ30.320.3190.32-
YUV124.84196.94130.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 247 (96.88% from 255) = 52%
R=27.16%
G=20.84%
B=52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal129992470.480.6000.03252.1690.2467.84
Hex8163F7303C03fc5a44
Octal201143367607403374132104
Binary100000011100011111101111100001111000111111110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8163F7; }

 p { color: rgb(129,99,247); }

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

<style>
 a { background-color: #8163F7; }

 a { background-color: rgb(129,99,247); }

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

<style>
 span { border-color: #8163F7; }

 span { border-color: rgb(129,99,247); }

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