#8682E8

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

Shades of Medium Slate Blue #8682E8

Tints of Medium Slate Blue #8682E8

Color information

#8682E8 (or 0x8682E8) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 82 and E8. RGB value is (134,130,232). Sum of RGB (Red+Green+Blue) = 134+130+232=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #8682E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682E8 is #797D17. Grayscale: #8E8E8E. Windows color (decimal): -7961880 or 15237766. OLE color: 15237766.

HSL color Cylindrical-coordinate representation of color #8682E8: hue angle of 242.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8682E8 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134130232-
CMYK0.420.4400.09
HSL242.35º68.92%70.98%-
HSV(B)242.35º43.97%90.98%-
XYZ32.3826.8679.82-
YUV142.82178.33121.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 232 (91.02% from 255) = 46.77%
R=27.02%
G=26.21%
B=46.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341302320.420.4400.09242.3568.9270.98
Hex8682E82A2C09f24547
Octal2062023505254011362105107
Binary100001101000001011101000101010101100010011111001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8682E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8682E8; }

 p { color: rgb(134,130,232); }

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

<style>
 a { background-color: #8682E8; }

 a { background-color: rgb(134,130,232); }

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

<style>
 span { border-color: #8682E8; }

 span { border-color: rgb(134,130,232); }

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