#8150F7

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

Shades of Medium Slate Blue #8150F7

Tints of Medium Slate Blue #8150F7

Color information

#8150F7 (or 0x8150F7) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 50 and F7. RGB value is (129,80,247). Sum of RGB (Red+Green+Blue) = 129+80+247=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #8150F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150F7 is #7EAF08. Grayscale: #717171. Windows color (decimal): -8302345 or 16208001. OLE color: 16208001.

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

Color convert

RGB12980247-
CMYK0.480.6800.03
HSL257.6º91.26%64.12%-
HSV(B)257.6º67.61%96.86%-
XYZ28.7117.1289.79-
YUV113.69203.23138.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 247 (96.88% from 255) = 54.17%
R=28.29%
G=17.54%
B=54.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal129802470.480.6800.03257.691.2664.12
Hex8150F73044031025b40
Octal2011203676010403402133100
Binary10000001101000011110111110000100010001110000001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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