#8281EA

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

Shades of Medium Slate Blue #8281EA

Tints of Medium Slate Blue #8281EA

Color information

#8281EA (or 0x8281EA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 81 and EA. RGB value is (130,129,234). Sum of RGB (Red+Green+Blue) = 130+129+234=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 129 (50.78% from 255 or 26.17% 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 #8281EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8281EA is #7D7E15. Grayscale: #8C8C8C. Windows color (decimal): -8224278 or 15368578. OLE color: 15368578.

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

Color convert

RGB130129234-
CMYK0.440.4500.08
HSL240.57º71.43%71.18%-
HSV(B)240.57º44.87%91.76%-
XYZ31.9126.3981.25-
YUV141.27180.33119.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301292340.440.4500.08240.5771.4371.18
Hex8281EA2C2D08f14747
Octal2022013525455010361107107
Binary100000101000000111101010101100101101010001111000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8281EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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