#8180EA

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

Shades of Medium Slate Blue #8180EA

Tints of Medium Slate Blue #8180EA

Color information

#8180EA (or 0x8180EA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 80 and EA. RGB value is (129,128,234). Sum of RGB (Red+Green+Blue) = 129+128+234=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #8180EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8180EA is #7E7F15. Grayscale: #8B8B8B. Windows color (decimal): -8290070 or 15368321. OLE color: 15368321.

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

Color convert

RGB129128234-
CMYK0.450.4500.08
HSL240.57º71.62%70.98%-
HSV(B)240.57º45.3%91.76%-
XYZ31.6226.0581.2-
YUV140.38180.83119.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=26.27%
G=26.07%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291282340.450.4500.08240.5771.6270.98
Hex8180EA2D2D08f14847
Octal2012003525555010361110107
Binary100000011000000011101010101101101101010001111000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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