Html Css Color HEX #806F8B Mamba

📋 copy color: '#806F8B'

red 128 ◦ green 111 ◦ blue 139

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

Shades of Mamba #806F8B

Tints of Mamba #806F8B

RGB

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

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

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

R = 33.86%
G = 29.37%
B = 36.77%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#806F8B (or 0x806F8B) is known color: Mamba. HEX triplet: 80, 6F and 8B. RGB value is (128,111,139). Sum of RGB (Red+Green+Blue) = 128+111+139=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #806F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F8B is #7F9074. Grayscale: #777777. Windows color (decimal): -8360053 or 9138048. OLE color: 9138048.

HSL color Cylindrical-coordinate representation of color #806F8B: hue angle of 276.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806F8B is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 111 139 -
CMYK 0.08 0.20 0 0.45
HSL 276.43º 0.11% 0.49% -
HSV(B) 276.43º 0.2% 0.55% -
XYZ 19.25 17.82 26.85 -
YUV 119.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 128 111 139 0.08 0.20 0 0.45 276.43 0.11 0.49
Hex 80 6F 8B 8 14 0 2D 114 B 31
Octal 200 157 213 10 24 0 55 424 13 61
Binary 10000000 1101111 10001011 1000 10100 0 101101 100010100 1011 110001

Color Harmonies of #806F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F8B

Black with #806F8B

Text Example


Text Example

White with #806F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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