#8679EC

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

Shades of Medium Slate Blue #8679EC

Tints of Medium Slate Blue #8679EC

Color information

#8679EC (or 0x8679EC) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 79 and EC. RGB value is (134,121,236). Sum of RGB (Red+Green+Blue) = 134+121+236=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8679EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679EC is #798613. Grayscale: #898989. Windows color (decimal): -7964180 or 15497606. OLE color: 15497606.

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

Color convert

RGB134121236-
CMYK0.430.4900.07
HSL246.78º75.16%70%-
HSV(B)246.78º48.73%92.55%-
XYZ31.8124.882.47-
YUV138183.31125.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=27.29%
G=24.64%
B=48.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341212360.430.4900.07246.7875.1670
Hex8679EC2B3107f74b46
Octal206171354536107367113106
Binary1000011011110011110110010101111000101111111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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