#8669EC

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

Shades of Medium Slate Blue #8669EC

Tints of Medium Slate Blue #8669EC

Color information

#8669EC (or 0x8669EC) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 69 and EC. RGB value is (134,105,236). Sum of RGB (Red+Green+Blue) = 134+105+236=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #8669EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669EC is #799613. Grayscale: #808080. Windows color (decimal): -7968276 or 15493510. OLE color: 15493510.

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

Color convert

RGB134105236-
CMYK0.430.5600.07
HSL253.28º77.51%66.86%-
HSV(B)253.28º55.51%92.55%-
XYZ30.0221.2381.87-
YUV128.6188.61131.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=28.21%
G=22.11%
B=49.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341052360.430.5600.07253.2877.5166.86
Hex8669EC2B3807fd4e43
Octal206151354537007375116103
Binary1000011011010011110110010101111100001111111110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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