#8182EA

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

Shades of Medium Slate Blue #8182EA

Tints of Medium Slate Blue #8182EA

Color information

#8182EA (or 0x8182EA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 82 and EA. RGB value is (129,130,234). Sum of RGB (Red+Green+Blue) = 129+130+234=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #8182EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8182EA is #7E7D15. Grayscale: #8D8D8D. Windows color (decimal): -8289558 or 15368833. OLE color: 15368833.

HSL color Cylindrical-coordinate representation of color #8182EA: hue angle of 239.43º degrees, saturation: 0.71, 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 #8182EA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129130234-
CMYK0.450.4400.08
HSL239.43º71.43%71.18%-
HSV(B)239.43º44.87%91.76%-
XYZ31.8926.5781.29-
YUV141.56180.17119.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=26.17%
G=26.37%
B=47.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291302340.450.4400.08239.4371.4371.18
Hex8182EA2D2C08ef4747
Octal2012023525554010357107107
Binary100000011000001011101010101101101100010001110111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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