#8155EA

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

Shades of Medium Slate Blue #8155EA

Tints of Medium Slate Blue #8155EA

Color information

#8155EA (or 0x8155EA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 55 and EA. RGB value is (129,85,234). Sum of RGB (Red+Green+Blue) = 129+85+234=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #8155EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155EA is #7EAA15. Grayscale: #727272. Windows color (decimal): -8301078 or 15357313. OLE color: 15357313.

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

Color convert

RGB12985234-
CMYK0.450.6400.08
HSL257.72º78.01%62.55%-
HSV(B)257.72º63.68%91.76%-
XYZ27.1517.179.71-
YUV115.14195.08137.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=28.79%
G=18.97%
B=52.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129852340.450.6400.08257.7278.0162.55
Hex8155EA2D40081024e3f
Octal2011253525510001040211677
Binary100000011010101111010101011011000000010001000000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155EA; }

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

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

<style>
 a { background-color: #8155EA; }

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

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

<style>
 span { border-color: #8155EA; }

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

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