Html Css Color HEX #80698B Mamba

📋 copy color: '#80698B'

red 128 ◦ green 105 ◦ blue 139

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

Shades of Mamba #80698B

Tints of Mamba #80698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 34.41%
G = 28.23%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80698B (or 0x80698B) is known color: Mamba. HEX triplet: 80, 69 and 8B. RGB value is (128,105,139). Sum of RGB (Red+Green+Blue) = 128+105+139=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #80698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698B is #7F9674. Grayscale: #737373. Windows color (decimal): -8361589 or 9136512. OLE color: 9136512.

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

Color convert

RGB 128 105 139 -
CMYK 0.08 0.24 0 0.45
HSL 280.59º 0.14% 0.48% -
HSV(B) 280.59º 0.24% 0.55% -
XYZ 18.61 16.56 26.64 -
YUV 115.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 128 105 139 0.08 0.24 0 0.45 280.59 0.14 0.48
Hex 80 69 8B 8 18 0 2D 119 E 30
Octal 200 151 213 10 30 0 55 431 16 60
Binary 10000000 1101001 10001011 1000 11000 0 101101 100011001 1110 110000

Color Harmonies of #80698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80698B

Black with #80698B

Text Example


Text Example

White with #80698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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