#836CEC

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

Shades of Medium Slate Blue #836CEC

Tints of Medium Slate Blue #836CEC

Color information

#836CEC (or 0x836CEC) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6C and EC. RGB value is (131,108,236). Sum of RGB (Red+Green+Blue) = 131+108+236=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #836CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CEC is #7C9313. Grayscale: #808080. Windows color (decimal): -8164116 or 15494275. OLE color: 15494275.

HSL color Cylindrical-coordinate representation of color #836CEC: hue angle of 250.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836CEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131108236-
CMYK0.440.5400.07
HSL250.78º77.11%67.45%-
HSV(B)250.78º54.24%92.55%-
XYZ29.8621.6181.95-
YUV129.47188.12129.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=27.58%
G=22.74%
B=49.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311082360.440.5400.07250.7877.1167.45
Hex836CEC2C3607fb4d43
Octal203154354546607373115103
Binary1000001111011001110110010110011011001111111101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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