#8462E8

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

Shades of Medium Slate Blue #8462E8

Tints of Medium Slate Blue #8462E8

Color information

#8462E8 (or 0x8462E8) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 62 and E8. RGB value is (132,98,232). Sum of RGB (Red+Green+Blue) = 132+98+232=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #8462E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8462E8 is #7B9D17. Grayscale: #7A7A7A. Windows color (decimal): -8101144 or 15229572. OLE color: 15229572.

HSL color Cylindrical-coordinate representation of color #8462E8: hue angle of 255.22º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8462E8 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13298232-
CMYK0.430.5800.09
HSL255.22º74.44%64.71%-
HSV(B)255.22º57.76%90.98%-
XYZ28.4519.4778.6-
YUV123.44189.26134.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 232 (91.02% from 255) = 50.22%
R=28.57%
G=21.21%
B=50.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132982320.430.5800.09255.2274.4464.71
Hex8462E82B3A09ff4a41
Octal2041423505372011377112101
Binary10000100110001011101000101011111010010011111111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8462E8; }

 p { color: rgb(132,98,232); }

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

<style>
 a { background-color: #8462E8; }

 a { background-color: rgb(132,98,232); }

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

<style>
 span { border-color: #8462E8; }

 span { border-color: rgb(132,98,232); }

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