Html Css Color HEX #836BDF Medium Slate Blue

📋 copy color: '#836BDF'

red 131 ◦ green 107 ◦ blue 223

#836BDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #836BDF

Tints of Medium Slate Blue #836BDF

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 value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#836BDF (or 0x836BDF) is known color: 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

RGB 131 107 223 -
CMYK 0.41 0.52 0 0.13
HSL 252.41º 0.64% 0.65% -
HSV(B) 252.41º 0.52% 0.87% -
XYZ 27.94 20.67 72.33 -
YUV 127.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 131 107 223 0.41 0.52 0 0.13 252.41 0.64 0.65
Hex 83 6B DF 29 34 0 D FC 40 41
Octal 203 153 337 51 64 0 15 374 100 101
Binary 10000011 1101011 11011111 101001 110100 0 1101 11111100 1000000 1000001

Color Harmonies of #836BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BDF

Black with #836BDF

Text Example


Text Example

White with #836BDF

Text Example


Text Example

HTML Codes & Css Web 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>