#846AEB

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

Shades of Medium Slate Blue #846AEB

Tints of Medium Slate Blue #846AEB

Color information

#846AEB (or 0x846AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6A and EB. RGB value is (132,106,235). Sum of RGB (Red+Green+Blue) = 132+106+235=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #846AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846AEB is #7B9514. Grayscale: #7F7F7F. Windows color (decimal): -8099093 or 15428228. OLE color: 15428228.

HSL color Cylindrical-coordinate representation of color #846AEB: hue angle of 252.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846AEB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132106235-
CMYK0.440.5500.08
HSL252.09º76.33%66.86%-
HSV(B)252.09º54.89%92.16%-
XYZ29.6721.2181.13-
YUV128.48188.11130.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 235 (92.19% from 255) = 49.68%
R=27.91%
G=22.41%
B=49.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321062350.440.5500.08252.0976.3366.86
Hex846AEB2C3708fc4c43
Octal2041523535467010374114103
Binary10000100110101011101011101100110111010001111110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846AEB; }

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

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

<style>
 a { background-color: #846AEB; }

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

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

<style>
 span { border-color: #846AEB; }

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

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