#8E51FB

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

Shades of Medium Slate Blue #8E51FB

Tints of Medium Slate Blue #8E51FB

Color information

#8E51FB (or 0x8E51FB) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 51 and FB. RGB value is (142,81,251). Sum of RGB (Red+Green+Blue) = 142+81+251=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E51FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E51FB is #71AE04. Grayscale: #767676. Windows color (decimal): -7450117 or 16470414. OLE color: 16470414.

HSL color Cylindrical-coordinate representation of color #8E51FB: hue angle of 261.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E51FB is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14281251-
CMYK0.430.6800.02
HSL261.53º95.51%65.1%-
HSV(B)261.53º67.73%98.43%-
XYZ31.5118.693.2-
YUV118.62202.71144.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 81 (32.03% from 255) = 17.09%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=29.96%
G=17.09%
B=52.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142812510.430.6800.02261.5395.5165.1
Hex8E51FB2B44021066041
Octal2161213735310402406140101
Binary10001110101000111111011101011100010001010000011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E51FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E51FB; }

 p { color: rgb(142,81,251); }

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

<style>
 a { background-color: #8E51FB; }

 a { background-color: rgb(142,81,251); }

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

<style>
 span { border-color: #8E51FB; }

 span { border-color: rgb(142,81,251); }

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