Html Css Color HEX #80698C Mamba

📋 copy color: '#80698C'

red 128 ◦ green 105 ◦ blue 140

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

Shades of Mamba #80698C

Tints of Mamba #80698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 34.32%
G = 28.15%
B = 37.53%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80698C (or 0x80698C) is known color: Mamba. HEX triplet: 80, 69 and 8C. RGB value is (128,105,140). Sum of RGB (Red+Green+Blue) = 128+105+140=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #80698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698C is #7F9673. Grayscale: #737373. Windows color (decimal): -8361588 or 9202048. OLE color: 9202048.

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

Color convert

RGB 128 105 140 -
CMYK 0.09 0.25 0 0.45
HSL 279.43º 0.14% 0.48% -
HSV(B) 279.43º 0.25% 0.55% -
XYZ 18.69 16.59 27.03 -
YUV 115.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 128 105 140 0.09 0.25 0 0.45 279.43 0.14 0.48
Hex 80 69 8C 9 19 0 2D 117 E 30
Octal 200 151 214 11 31 0 55 427 16 60
Binary 10000000 1101001 10001100 1001 11001 0 101101 100010111 1110 110000

Color Harmonies of #80698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80698C

Black with #80698C

Text Example


Text Example

White with #80698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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