#8154F8

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

Shades of Medium Slate Blue #8154F8

Tints of Medium Slate Blue #8154F8

Color information

#8154F8 (or 0x8154F8) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 54 and F8. RGB value is (129,84,248). Sum of RGB (Red+Green+Blue) = 129+84+248=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #8154F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8154F8 is #7EAB07. Grayscale: #737373. Windows color (decimal): -8301320 or 16274561. OLE color: 16274561.

HSL color Cylindrical-coordinate representation of color #8154F8: hue angle of 256.46º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8154F8 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12984248-
CMYK0.480.6600.03
HSL256.46º92.13%65.1%-
HSV(B)256.46º66.13%97.25%-
XYZ29.1717.7990.7-
YUV116.15202.41137.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 248 (97.27% from 255) = 53.80%
R=27.98%
G=18.22%
B=53.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal129842480.480.6600.03256.4692.1365.1
Hex8154F83042031005c41
Octal2011243706010203400134101
Binary10000001101010011111000110000100001001110000000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8154F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8154F8; }

 p { color: rgb(129,84,248); }

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

<style>
 a { background-color: #8154F8; }

 a { background-color: rgb(129,84,248); }

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

<style>
 span { border-color: #8154F8; }

 span { border-color: rgb(129,84,248); }

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