Html Css Color HEX #836CDE Medium Slate Blue

📋 copy color: '#836CDE'

red 131 ◦ green 108 ◦ blue 222

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

Shades of Medium Slate Blue #836CDE

Tints of Medium Slate Blue #836CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

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

R = 28.42%
G = 23.43%
B = 48.16%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#836CDE (or 0x836CDE) is known color: Medium Slate Blue. HEX triplet: 83, 6C and DE. RGB value is (131,108,222). Sum of RGB (Red+Green+Blue) = 131+108+222=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #836CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CDE is #7C9321. Grayscale: #7F7F7F. Windows color (decimal): -8164130 or 14576771. OLE color: 14576771.

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

Color convert

RGB 131 108 222 -
CMYK 0.41 0.51 0 0.13
HSL 252.11º 0.63% 0.65% -
HSV(B) 252.11º 0.51% 0.87% -
XYZ 27.91 20.82 71.66 -
YUV 127.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 131 108 222 0.41 0.51 0 0.13 252.11 0.63 0.65
Hex 83 6C DE 29 33 0 D FC 3F 41
Octal 203 154 336 51 63 0 15 374 77 101
Binary 10000011 1101100 11011110 101001 110011 0 1101 11111100 111111 1000001

Color Harmonies of #836CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CDE

Black with #836CDE

Text Example


Text Example

White with #836CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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