Html Css Color HEX #806689 Mamba

📋 copy color: '#806689'

red 128 ◦ green 102 ◦ blue 137

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

Shades of Mamba #806689

Tints of Mamba #806689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 34.88%
G = 27.79%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#806689 (or 0x806689) is known color: Mamba. HEX triplet: 80, 66 and 89. RGB value is (128,102,137). Sum of RGB (Red+Green+Blue) = 128+102+137=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #806689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806689 is #7F9976. Grayscale: #717171. Windows color (decimal): -8362359 or 9004672. OLE color: 9004672.

HSL color Cylindrical-coordinate representation of color #806689: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806689 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 102 137 -
CMYK 0.07 0.26 0 0.46
HSL 284.57º 0.15% 0.47% -
HSV(B) 284.57º 0.26% 0.54% -
XYZ 18.17 15.9 25.78 -
YUV 113.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 128 102 137 0.07 0.26 0 0.46 284.57 0.15 0.47
Hex 80 66 89 7 1A 0 2E 11D F 2F
Octal 200 146 211 7 32 0 56 435 17 57
Binary 10000000 1100110 10001001 111 11010 0 101110 100011101 1111 101111

Color Harmonies of #806689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806689

Black with #806689

Text Example


Text Example

White with #806689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806689; }

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

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

background-color css

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

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

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

border-color css

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

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

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