#8166F2

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

Shades of Medium Slate Blue #8166F2

Tints of Medium Slate Blue #8166F2

Color information

#8166F2 (or 0x8166F2) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 66 and F2. RGB value is (129,102,242). Sum of RGB (Red+Green+Blue) = 129+102+242=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #8166F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F2 is #7E990D. Grayscale: #7D7D7D. Windows color (decimal): -8296718 or 15885953. OLE color: 15885953.

HSL color Cylindrical-coordinate representation of color #8166F2: hue angle of 251.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8166F2 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129102242-
CMYK0.470.5800.05
HSL251.57º84.34%67.45%-
HSV(B)251.57º57.85%94.9%-
XYZ29.8320.5886.4-
YUV126.03193.45130.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=27.27%
G=21.56%
B=51.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291022420.470.5800.05251.5784.3467.45
Hex8166F22F3A05fc5443
Octal201146362577205374124103
Binary1000000111001101111001010111111101001011111110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8166F2; }

 p { color: rgb(129,102,242); }

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

<style>
 a { background-color: #8166F2; }

 a { background-color: rgb(129,102,242); }

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

<style>
 span { border-color: #8166F2; }

 span { border-color: rgb(129,102,242); }

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