Html Css Color HEX #836493 Mamba

📋 copy color: '#836493'

red 131 ◦ green 100 ◦ blue 147

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

Shades of Mamba #836493

Tints of Mamba #836493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 34.66%
G = 26.46%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836493 (or 0x836493) is known color: Mamba. HEX triplet: 83, 64 and 93. RGB value is (131,100,147). Sum of RGB (Red+Green+Blue) = 131+100+147=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #836493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836493 is #7C9B6C. Grayscale: #727272. Windows color (decimal): -8166253 or 9659523. OLE color: 9659523.

HSL color Cylindrical-coordinate representation of color #836493: hue angle of 279.57º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #836493 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 100 147 -
CMYK 0.11 0.32 0 0.42
HSL 279.57º 0.19% 0.48% -
HSV(B) 279.57º 0.32% 0.58% -
XYZ 19.18 16.05 29.69 -
YUV 114.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 131 100 147 0.11 0.32 0 0.42 279.57 0.19 0.48
Hex 83 64 93 B 20 0 2A 118 13 30
Octal 203 144 223 13 40 0 52 430 23 60
Binary 10000011 1100100 10010011 1011 100000 0 101010 100011000 10011 110000

Color Harmonies of #836493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836493

Black with #836493

Text Example


Text Example

White with #836493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836493; }

 p { color: rgb(131,100,147); }

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

background-color css

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

 a { background-color: rgb(131,100,147); }

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

border-color css

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

 span { border-color: rgb(131,100,147); }

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