#836DE2

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

Shades of Medium Slate Blue #836DE2

Tints of Medium Slate Blue #836DE2

Color information

#836DE2 (or 0x836DE2) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6D and E2. RGB value is (131,109,226). Sum of RGB (Red+Green+Blue) = 131+109+226=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #836DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DE2 is #7C921D. Grayscale: #808080. Windows color (decimal): -8163870 or 14839171. OLE color: 14839171.

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

Color convert

RGB131109226-
CMYK0.420.5200.11
HSL251.28º66.86%65.69%-
HSV(B)251.28º51.77%88.63%-
XYZ28.5621.2574.55-
YUV128.92182.79129.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 226 (88.67% from 255) = 48.50%
R=28.11%
G=23.39%
B=48.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311092260.420.5200.11251.2866.8665.69
Hex836DE22A340Bfb4342
Octal2031553425264013373103102
Binary10000011110110111100010101010110100010111111101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,226); }

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

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

 a { background-color: rgb(131,109,226); }

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

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

 span { border-color: rgb(131,109,226); }

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