Html Css Color HEX #836AEC Medium Slate Blue

📋 copy color: '#836AEC'

red 131 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #836AEC

Tints of Medium Slate Blue #836AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 27.7%
G = 22.41%
B = 49.89%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#836AEC (or 0x836AEC) is known color: Medium Slate Blue. HEX triplet: 83, 6A and EC. RGB value is (131,106,236). Sum of RGB (Red+Green+Blue) = 131+106+236=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #836AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AEC is #7C9513. Grayscale: #7F7F7F. Windows color (decimal): -8164628 or 15493763. OLE color: 15493763.

HSL color Cylindrical-coordinate representation of color #836AEC: hue angle of 251.54º degrees, saturation: 0.77, 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 #836AEC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 106 236 -
CMYK 0.44 0.55 0 0.07
HSL 251.54º 0.77% 0.67% -
HSV(B) 251.54º 0.55% 0.93% -
XYZ 29.65 21.19 81.88 -
YUV 128.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 131 106 236 0.44 0.55 0 0.07 251.54 0.77 0.67
Hex 83 6A EC 2C 37 0 7 FC 4D 43
Octal 203 152 354 54 67 0 7 374 115 103
Binary 10000011 1101010 11101100 101100 110111 0 111 11111100 1001101 1000011

Color Harmonies of #836AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AEC

Black with #836AEC

Text Example


Text Example

White with #836AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,106,236); }

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

background-color css

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

 a { background-color: rgb(131,106,236); }

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

border-color css

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

 span { border-color: rgb(131,106,236); }

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