#836AE3

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

Shades of Medium Slate Blue #836AE3

Tints of Medium Slate Blue #836AE3

Color information

#836AE3 (or 0x836AE3) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6A and E3. RGB value is (131,106,227). Sum of RGB (Red+Green+Blue) = 131+106+227=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #836AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AE3 is #7C951C. Grayscale: #7E7E7E. Windows color (decimal): -8164637 or 14903939. OLE color: 14903939.

HSL color Cylindrical-coordinate representation of color #836AE3: hue angle of 252.4º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836AE3 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131106227-
CMYK0.420.5300.11
HSL252.4º68.36%65.29%-
HSV(B)252.4º53.3%89.02%-
XYZ28.3820.6875.17-
YUV127.27184.28130.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=28.23%
G=22.84%
B=48.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311062270.420.5300.11252.468.3665.29
Hex836AE32A350Bfc4441
Octal2031523435265013374104101
Binary10000011110101011100011101010110101010111111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836AE3; }

 p { color: rgb(131,106,227); }

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

<style>
 a { background-color: #836AE3; }

 a { background-color: rgb(131,106,227); }

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

<style>
 span { border-color: #836AE3; }

 span { border-color: rgb(131,106,227); }

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