#836BEE

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

Shades of Medium Slate Blue #836BEE

Tints of Medium Slate Blue #836BEE

Color information

#836BEE (or 0x836BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6B and EE. RGB value is (131,107,238). Sum of RGB (Red+Green+Blue) = 131+107+238=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #836BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BEE is #7C9411. Grayscale: #808080. Windows color (decimal): -8164370 or 15625091. OLE color: 15625091.

HSL color Cylindrical-coordinate representation of color #836BEE: hue angle of 250.99º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836BEE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131107238-
CMYK0.450.5500.07
HSL250.99º79.39%67.65%-
HSV(B)250.99º55.04%93.33%-
XYZ30.0521.5183.46-
YUV129.11189.45129.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 238 (93.36% from 255) = 50%
R=27.52%
G=22.48%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311072380.450.5500.07250.9979.3967.65
Hex836BEE2D3707fb4f44
Octal203153356556707373117104
Binary1000001111010111110111010110111011101111111101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,238); }

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

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

 a { background-color: rgb(131,107,238); }

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

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

 span { border-color: rgb(131,107,238); }

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