Html Css Color HEX #80668E Mamba

📋 copy color: '#80668E'

red 128 ◦ green 102 ◦ blue 142

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

Shades of Mamba #80668E

Tints of Mamba #80668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 34.41%
G = 27.42%
B = 38.17%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80668E (or 0x80668E) is known color: Mamba. HEX triplet: 80, 66 and 8E. RGB value is (128,102,142). Sum of RGB (Red+Green+Blue) = 128+102+142=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #80668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80668E is #7F9971. Grayscale: #727272. Windows color (decimal): -8362354 or 9332352. OLE color: 9332352.

HSL color Cylindrical-coordinate representation of color #80668E: hue angle of 279º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80668E is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 102 142 -
CMYK 0.10 0.28 0 0.44
HSL 279º 0.16% 0.48% -
HSV(B) 279º 0.28% 0.56% -
XYZ 18.54 16.04 27.71 -
YUV 114.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 128 102 142 0.10 0.28 0 0.44 279 0.16 0.48
Hex 80 66 8E A 1C 0 2C 117 10 30
Octal 200 146 216 12 34 0 54 427 20 60
Binary 10000000 1100110 10001110 1010 11100 0 101100 100010111 10000 110000

Color Harmonies of #80668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80668E

Black with #80668E

Text Example


Text Example

White with #80668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80668E; }

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

 H1.HeaderClassName
 {
   color: #80668E;
 }
 .AnyTagClassName
 {
   color: #80668E;
 }
</style>

background-color css

<style>
 a { background-color: #80668E; }

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

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

border-color css

<style>
 span { border-color: #80668E; }

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

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