#8147FE

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

Shades of Medium Slate Blue #8147FE

Tints of Medium Slate Blue #8147FE

Color information

#8147FE (or 0x8147FE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 47 and FE. RGB value is (129,71,254). Sum of RGB (Red+Green+Blue) = 129+71+254=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #8147FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8147FE is #7EB801. Grayscale: #6C6C6C. Windows color (decimal): -8304642 or 16664449. OLE color: 16664449.

HSL color Cylindrical-coordinate representation of color #8147FE: hue angle of 259.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8147FE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12971254-
CMYK0.490.7200.00
HSL259.02º98.92%63.73%-
HSV(B)259.02º72.05%99.61%-
XYZ29.216.3395.38-
YUV109.2209.72142.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=28.41%
G=15.64%
B=55.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal129712540.490.7200.00259.0298.9263.73
Hex8147FE3148001036340
Octal2011073766111000403143100
Binary1000000110001111111111011000110010000010000001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8147FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8147FE; }

 p { color: rgb(129,71,254); }

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

<style>
 a { background-color: #8147FE; }

 a { background-color: rgb(129,71,254); }

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

<style>
 span { border-color: #8147FE; }

 span { border-color: rgb(129,71,254); }

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