#836BDF

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

Shades of Medium Slate Blue #836BDF

Tints of Medium Slate Blue #836BDF

Color information

#836BDF (or 0x836BDF) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 6B and DF. RGB value is (131,107,223). Sum of RGB (Red+Green+Blue) = 131+107+223=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #836BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDF is #7C9420. Grayscale: #7E7E7E. Windows color (decimal): -8164385 or 14642051. OLE color: 14642051.

HSL color Cylindrical-coordinate representation of color #836BDF: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836BDF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131107223-
CMYK0.410.5200.13
HSL252.41º64.44%64.71%-
HSV(B)252.41º52.02%87.45%-
XYZ27.9420.6772.33-
YUV127.4181.95130.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=28.42%
G=23.21%
B=48.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311072230.410.5200.13252.4164.4464.71
Hex836BDF29340Dfc4041
Octal2031533375164015374100101
Binary10000011110101111011111101001110100011011111110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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