Html Css Color HEX #836FE0 Medium Slate Blue

📋 copy color: '#836FE0'

red 131 ◦ green 111 ◦ blue 224

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

Shades of Medium Slate Blue #836FE0

Tints of Medium Slate Blue #836FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 28.11%
G = 23.82%
B = 48.07%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#836FE0 (or 0x836FE0) is known color: Medium Slate Blue. HEX triplet: 83, 6F and E0. RGB value is (131,111,224). Sum of RGB (Red+Green+Blue) = 131+111+224=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #836FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FE0 is #7C901F. Grayscale: #818181. Windows color (decimal): -8163360 or 14708611. OLE color: 14708611.

HSL color Cylindrical-coordinate representation of color #836FE0: hue angle of 250.62º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836FE0 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 111 224 -
CMYK 0.42 0.50 0 0.12
HSL 250.62º 0.65% 0.66% -
HSV(B) 250.62º 0.5% 0.88% -
XYZ 28.5 21.58 73.18 -
YUV 129.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 131 111 224 0.42 0.50 0 0.12 250.62 0.65 0.66
Hex 83 6F E0 2A 32 0 C FB 41 42
Octal 203 157 340 52 62 0 14 373 101 102
Binary 10000011 1101111 11100000 101010 110010 0 1100 11111011 1000001 1000010

Color Harmonies of #836FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FE0

Black with #836FE0

Text Example


Text Example

White with #836FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,111,224); }

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

background-color css

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

 a { background-color: rgb(131,111,224); }

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

border-color css

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

 span { border-color: rgb(131,111,224); }

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