#8672EC

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

Shades of Medium Slate Blue #8672EC

Tints of Medium Slate Blue #8672EC

Color information

#8672EC (or 0x8672EC) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 72 and EC. RGB value is (134,114,236). Sum of RGB (Red+Green+Blue) = 134+114+236=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8672EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672EC is #798D13. Grayscale: #858585. Windows color (decimal): -7965972 or 15495814. OLE color: 15495814.

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

Color convert

RGB134114236-
CMYK0.430.5200.07
HSL249.84º76.25%68.63%-
HSV(B)249.84º51.69%92.55%-
XYZ30.9923.1682.19-
YUV133.89185.63128.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=27.69%
G=23.55%
B=48.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341142360.430.5200.07249.8476.2568.63
Hex8672EC2B3407fa4c45
Octal206162354536407372114105
Binary1000011011100101110110010101111010001111111101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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