#8150F2

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

Shades of Medium Slate Blue #8150F2

Tints of Medium Slate Blue #8150F2

Color information

#8150F2 (or 0x8150F2) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 50 and F2. RGB value is (129,80,242). Sum of RGB (Red+Green+Blue) = 129+80+242=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #8150F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150F2 is #7EAF0D. Grayscale: #707070. Windows color (decimal): -8302350 or 15880321. OLE color: 15880321.

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

Color convert

RGB12980242-
CMYK0.470.6700.05
HSL258.15º86.17%63.14%-
HSV(B)258.15º66.94%94.9%-
XYZ27.9516.8285.78-
YUV113.12200.73139.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 242 (94.92% from 255) = 53.66%
R=28.60%
G=17.74%
B=53.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129802420.470.6700.05258.1586.1763.14
Hex8150F22F4305102563f
Octal201120362571030540212677
Binary10000001101000011110010101111100001101011000000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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