Html Css Color HEX #806B8E Mamba

📋 copy color: '#806B8E'

red 128 ◦ green 107 ◦ blue 142

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

Shades of Mamba #806B8E

Tints of Mamba #806B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 33.95%
G = 28.38%
B = 37.67%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#806B8E (or 0x806B8E) is known color: Mamba. HEX triplet: 80, 6B and 8E. RGB value is (128,107,142). Sum of RGB (Red+Green+Blue) = 128+107+142=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #806B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B8E is #7F9471. Grayscale: #757575. Windows color (decimal): -8361074 or 9333632. OLE color: 9333632.

HSL color Cylindrical-coordinate representation of color #806B8E: hue angle of 276º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806B8E is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 107 142 -
CMYK 0.10 0.25 0 0.44
HSL 276º 0.14% 0.49% -
HSV(B) 276º 0.25% 0.56% -
XYZ 19.04 17.06 27.88 -
YUV 117.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 128 107 142 0.10 0.25 0 0.44 276 0.14 0.49
Hex 80 6B 8E A 19 0 2C 114 E 31
Octal 200 153 216 12 31 0 54 424 16 61
Binary 10000000 1101011 10001110 1010 11001 0 101100 100010100 1110 110001

Color Harmonies of #806B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B8E

Black with #806B8E

Text Example


Text Example

White with #806B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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