#8672ED

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

Shades of Medium Slate Blue #8672ED

Tints of Medium Slate Blue #8672ED

Color information

#8672ED (or 0x8672ED) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 72 and ED. RGB value is (134,114,237). Sum of RGB (Red+Green+Blue) = 134+114+237=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #8672ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672ED is #798D12. Grayscale: #858585. Windows color (decimal): -7965971 or 15561350. OLE color: 15561350.

HSL color Cylindrical-coordinate representation of color #8672ED: hue angle of 249.76º degrees, saturation: 0.77, 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 #8672ED is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134114237-
CMYK0.430.5200.07
HSL249.76º77.36%68.82%-
HSV(B)249.76º51.9%92.94%-
XYZ31.1323.2282.96-
YUV134186.13128-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 237 (92.97% from 255) = 48.87%
R=27.63%
G=23.51%
B=48.87%

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
Decimal1341142370.430.5200.07249.7677.3668.82
Hex8672ED2B3407fa4d45
Octal206162355536407372115105
Binary1000011011100101110110110101111010001111111101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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