Html Css Color HEX #836DDF Medium Slate Blue

📋 copy color: '#836DDF'

red 131 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #836DDF

Tints of Medium Slate Blue #836DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 28.29%
G = 23.54%
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

#836DDF (or 0x836DDF) is known color: Medium Slate Blue. HEX triplet: 83, 6D and DF. RGB value is (131,109,223). Sum of RGB (Red+Green+Blue) = 131+109+223=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #836DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DDF is #7C9220. Grayscale: #808080. Windows color (decimal): -8163873 or 14642563. OLE color: 14642563.

HSL color Cylindrical-coordinate representation of color #836DDF: hue angle of 251.58º degrees, saturation: 0.64, 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 #836DDF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 109 223 -
CMYK 0.41 0.51 0 0.13
HSL 251.58º 0.64% 0.65% -
HSV(B) 251.58º 0.51% 0.87% -
XYZ 28.15 21.09 72.4 -
YUV 128.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 131 109 223 0.41 0.51 0 0.13 251.58 0.64 0.65
Hex 83 6D DF 29 33 0 D FC 40 41
Octal 203 155 337 51 63 0 15 374 100 101
Binary 10000011 1101101 11011111 101001 110011 0 1101 11111100 1000000 1000001

Color Harmonies of #836DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DDF

Black with #836DDF

Text Example


Text Example

White with #836DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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