Html Css Color HEX #836BED Medium Slate Blue

📋 copy color: '#836BED'

red 131 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #836BED

Tints of Medium Slate Blue #836BED

RGB

 RED value IS 131 (51.56% from 255) = 27.58%

 GREEN value IS 107 (42.19% from 255) = 22.53%

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 27.58%
G = 22.53%
B = 49.89%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#836BED (or 0x836BED) is known color: Medium Slate Blue. HEX triplet: 83, 6B and ED. RGB value is (131,107,237). Sum of RGB (Red+Green+Blue) = 131+107+237=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #836BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BED is #7C9412. Grayscale: #808080. Windows color (decimal): -8164371 or 15559555. OLE color: 15559555.

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

Color convert

RGB 131 107 237 -
CMYK 0.45 0.55 0 0.07
HSL 251.08º 0.78% 0.67% -
HSV(B) 251.08º 0.55% 0.93% -
XYZ 29.9 21.46 82.69 -
YUV 129 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 131 107 237 0.45 0.55 0 0.07 251.08 0.78 0.67
Hex 83 6B ED 2D 37 0 7 FB 4E 43
Octal 203 153 355 55 67 0 7 373 116 103
Binary 10000011 1101011 11101101 101101 110111 0 111 11111011 1001110 1000011

Color Harmonies of #836BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BED

Black with #836BED

Text Example


Text Example

White with #836BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836BED;
 }
 .AnyTagClassName
 {
   color: #836BED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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