Html Css Color HEX #806B8B Mamba

📋 copy color: '#806B8B'

red 128 ◦ green 107 ◦ blue 139

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

Shades of Mamba #806B8B

Tints of Mamba #806B8B

RGB

 RED value IS 128 (50.39% from 255) = 34.22%

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 34.22%
G = 28.61%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#806B8B (or 0x806B8B) is known color: Mamba. HEX triplet: 80, 6B and 8B. RGB value is (128,107,139). Sum of RGB (Red+Green+Blue) = 128+107+139=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #806B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B8B is #7F9474. Grayscale: #747474. Windows color (decimal): -8361077 or 9137024. OLE color: 9137024.

HSL color Cylindrical-coordinate representation of color #806B8B: hue angle of 279.38º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806B8B is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 107 139 -
CMYK 0.08 0.23 0 0.45
HSL 279.38º 0.13% 0.48% -
HSV(B) 279.38º 0.23% 0.55% -
XYZ 18.82 16.97 26.71 -
YUV 116.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 128 107 139 0.08 0.23 0 0.45 279.38 0.13 0.48
Hex 80 6B 8B 8 17 0 2D 117 D 30
Octal 200 153 213 10 27 0 55 427 15 60
Binary 10000000 1101011 10001011 1000 10111 0 101101 100010111 1101 110000

Color Harmonies of #806B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B8B

Black with #806B8B

Text Example


Text Example

White with #806B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806B8B; }

 p { color: rgb(128,107,139); }

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

background-color css

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

 a { background-color: rgb(128,107,139); }

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

border-color css

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

 span { border-color: rgb(128,107,139); }

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