#8156F1

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

Shades of Medium Slate Blue #8156F1

Tints of Medium Slate Blue #8156F1

Color information

#8156F1 (or 0x8156F1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 56 and F1. RGB value is (129,86,241). Sum of RGB (Red+Green+Blue) = 129+86+241=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #8156F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156F1 is #7EA90E. Grayscale: #737373. Windows color (decimal): -8300815 or 15816321. OLE color: 15816321.

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

Color convert

RGB12986241-
CMYK0.460.6400.05
HSL256.65º84.7%64.12%-
HSV(B)256.65º64.32%94.51%-
XYZ28.2617.6785.14-
YUV116.53198.25136.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=28.29%
G=18.86%
B=52.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129862410.460.6400.05256.6584.764.12
Hex8156F12E40051015540
Octal2011263615610005401125100
Binary100000011010110111100011011101000000010110000000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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