#8173F1

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

Shades of Medium Slate Blue #8173F1

Tints of Medium Slate Blue #8173F1

Color information

#8173F1 (or 0x8173F1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 73 and F1. RGB value is (129,115,241). Sum of RGB (Red+Green+Blue) = 129+115+241=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #8173F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173F1 is #7E8C0E. Grayscale: #858585. Windows color (decimal): -8293391 or 15823745. OLE color: 15823745.

HSL color Cylindrical-coordinate representation of color #8173F1: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8173F1 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129115241-
CMYK0.460.5200.05
HSL246.67º81.82%69.8%-
HSV(B)246.67º52.28%94.51%-
XYZ31.0623.2886.08-
YUV133.55188.64124.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=26.60%
G=23.71%
B=49.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291152410.460.5200.05246.6781.8269.8
Hex8173F12E3405f75246
Octal201163361566405367122106
Binary1000000111100111111000110111011010001011111011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8173F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8173F1; }

 p { color: rgb(129,115,241); }

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

<style>
 a { background-color: #8173F1; }

 a { background-color: rgb(129,115,241); }

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

<style>
 span { border-color: #8173F1; }

 span { border-color: rgb(129,115,241); }

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