#8151ea

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

Shades of Medium Slate Blue #8151EA

Tints of Medium Slate Blue #8151EA

Color information

#8151EA (or 0x8151EA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 51 and EA. RGB value is (129,81,234). Sum of RGB (Red+Green+Blue) = 129+81+234=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #8151EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151EA is #7EAE15. Grayscale: #707070. Windows color (decimal): -8302102 or 15356289. OLE color: 15356289.

HSL color Cylindrical-coordinate representation of color #8151EA: hue angle of 258.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8151EA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12981234-
CMYK0.450.6500.08
HSL258.82º78.46%61.76%-
HSV(B)258.82º65.38%91.76%-
XYZ26.8516.4979.61-
YUV112.79196.4139.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 81 (32.03% from 255) = 18.24%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=29.05%
G=18.24%
B=52.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129812340.450.6500.08258.8278.4661.76
Hex8151EA2D41081034e3e
Octal2011213525510101040311676
Binary100000011010001111010101011011000001010001000000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8151ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8151ea; }

 p { color: rgb(129,81,234); }

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

<style>
 a { background-color: #8151ea; }

 a { background-color: rgb(129,81,234); }

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

<style>
 span { border-color: #8151ea; }

 span { border-color: rgb(129,81,234); }

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