#8464EB

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

Shades of Medium Slate Blue #8464EB

Tints of Medium Slate Blue #8464EB

Color information

#8464EB (or 0x8464EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 64 and EB. RGB value is (132,100,235). Sum of RGB (Red+Green+Blue) = 132+100+235=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #8464EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8464EB is #7B9B14. Grayscale: #7C7C7C. Windows color (decimal): -8100629 or 15426692. OLE color: 15426692.

HSL color Cylindrical-coordinate representation of color #8464EB: hue angle of 254.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8464EB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132100235-
CMYK0.440.5700.08
HSL254.22º77.14%65.69%-
HSV(B)254.22º57.45%92.16%-
XYZ29.0720.0280.93-
YUV124.96190.1133.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 235 (92.19% from 255) = 50.32%
R=28.27%
G=21.41%
B=50.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321002350.440.5700.08254.2277.1465.69
Hex8464EB2C3908fe4d42
Octal2041443535471010376115102
Binary10000100110010011101011101100111001010001111111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,100,235); }

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

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

 a { background-color: rgb(132,100,235); }

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

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

 span { border-color: rgb(132,100,235); }

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