#836CE2

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

Shades of Medium Slate Blue #836CE2

Tints of Medium Slate Blue #836CE2

Color information

#836CE2 (or 0x836CE2) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6C and E2. RGB value is (131,108,226). Sum of RGB (Red+Green+Blue) = 131+108+226=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #836CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CE2 is #7C931D. Grayscale: #7F7F7F. Windows color (decimal): -8164126 or 14838915. OLE color: 14838915.

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

Color convert

RGB131108226-
CMYK0.420.5200.11
HSL251.69º67.05%65.49%-
HSV(B)251.69º52.21%88.63%-
XYZ28.4521.0474.51-
YUV128.33183.12129.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=28.17%
G=23.23%
B=48.60%

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
Decimal1311082260.420.5200.11251.6967.0565.49
Hex836CE22A340Bfc4341
Octal2031543425264013374103101
Binary10000011110110011100010101010110100010111111110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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