#8679EB

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

Shades of Medium Slate Blue #8679EB

Tints of Medium Slate Blue #8679EB

Color information

#8679EB (or 0x8679EB) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 79 and EB. RGB value is (134,121,235). Sum of RGB (Red+Green+Blue) = 134+121+235=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #8679EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679EB is #798614. Grayscale: #898989. Windows color (decimal): -7964181 or 15432070. OLE color: 15432070.

HSL color Cylindrical-coordinate representation of color #8679EB: hue angle of 246.84º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8679EB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134121235-
CMYK0.430.4900.08
HSL246.84º74.03%69.8%-
HSV(B)246.84º48.51%92.16%-
XYZ31.6624.7481.7-
YUV137.88182.81125.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=27.35%
G=24.69%
B=47.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341212350.430.4900.08246.8474.0369.8
Hex8679EB2B3108f74a46
Octal2061713535361010367112106
Binary10000110111100111101011101011110001010001111011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679EB; }

 p { color: rgb(134,121,235); }

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

<style>
 a { background-color: #8679EB; }

 a { background-color: rgb(134,121,235); }

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

<style>
 span { border-color: #8679EB; }

 span { border-color: rgb(134,121,235); }

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