#8468E9

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

Shades of Medium Slate Blue #8468E9

Tints of Medium Slate Blue #8468E9

Color information

#8468E9 (or 0x8468E9) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 68 and E9. RGB value is (132,104,233). Sum of RGB (Red+Green+Blue) = 132+104+233=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #8468E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468E9 is #7B9716. Grayscale: #7E7E7E. Windows color (decimal): -8099607 or 15296644. OLE color: 15296644.

HSL color Cylindrical-coordinate representation of color #8468E9: hue angle of 253.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8468E9 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132104233-
CMYK0.430.5500.09
HSL253.02º74.57%66.08%-
HSV(B)253.02º55.36%91.37%-
XYZ29.1720.6979.55-
YUV127.08187.78131.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 233 (91.41% from 255) = 49.68%
R=28.14%
G=22.17%
B=49.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321042330.430.5500.09253.0274.5766.08
Hex8468E92B3709fd4b42
Octal2041503515367011375113102
Binary10000100110100011101001101011110111010011111110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8468E9; }

 p { color: rgb(132,104,233); }

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

<style>
 a { background-color: #8468E9; }

 a { background-color: rgb(132,104,233); }

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

<style>
 span { border-color: #8468E9; }

 span { border-color: rgb(132,104,233); }

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