Html Css Color HEX #806788 Mamba

📋 copy color: '#806788'

red 128 ◦ green 103 ◦ blue 136

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

Shades of Mamba #806788

Tints of Mamba #806788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 34.88%
G = 28.07%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#806788 (or 0x806788) is known color: Mamba. HEX triplet: 80, 67 and 88. RGB value is (128,103,136). Sum of RGB (Red+Green+Blue) = 128+103+136=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #806788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806788 is #7F9877. Grayscale: #727272. Windows color (decimal): -8362104 or 8939392. OLE color: 8939392.

HSL color Cylindrical-coordinate representation of color #806788: hue angle of 285.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806788 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 103 136 -
CMYK 0.06 0.24 0 0.47
HSL 285.45º 0.14% 0.47% -
HSV(B) 285.45º 0.24% 0.53% -
XYZ 18.2 16.07 25.43 -
YUV 114.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 128 103 136 0.06 0.24 0 0.47 285.45 0.14 0.47
Hex 80 67 88 6 18 0 2F 11D E 2F
Octal 200 147 210 6 30 0 57 435 16 57
Binary 10000000 1100111 10001000 110 11000 0 101111 100011101 1110 101111

Color Harmonies of #806788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806788

Black with #806788

Text Example


Text Example

White with #806788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806788; }

 p { color: rgb(128,103,136); }

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

background-color css

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

 a { background-color: rgb(128,103,136); }

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

border-color css

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

 span { border-color: rgb(128,103,136); }

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