Html Css Color HEX #836EDE Medium Slate Blue

📋 copy color: '#836EDE'

red 131 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #836EDE

Tints of Medium Slate Blue #836EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.76%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 28.29%
G = 23.76%
B = 47.95%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#836EDE (or 0x836EDE) is known color: Medium Slate Blue. HEX triplet: 83, 6E and DE. RGB value is (131,110,222). Sum of RGB (Red+Green+Blue) = 131+110+222=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #836EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EDE is #7C9121. Grayscale: #808080. Windows color (decimal): -8163618 or 14577283. OLE color: 14577283.

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

Color convert

RGB 131 110 222 -
CMYK 0.41 0.50 0 0.13
HSL 251.25º 0.63% 0.65% -
HSV(B) 251.25º 0.5% 0.87% -
XYZ 28.12 21.25 71.73 -
YUV 129.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 131 110 222 0.41 0.50 0 0.13 251.25 0.63 0.65
Hex 83 6E DE 29 32 0 D FB 3F 41
Octal 203 156 336 51 62 0 15 373 77 101
Binary 10000011 1101110 11011110 101001 110010 0 1101 11111011 111111 1000001

Color Harmonies of #836EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EDE

Black with #836EDE

Text Example


Text Example

White with #836EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,222); }

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

background-color css

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

 a { background-color: rgb(131,110,222); }

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

border-color css

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

 span { border-color: rgb(131,110,222); }

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