Html Css Color HEX #806589 Mamba

📋 copy color: '#806589'

red 128 ◦ green 101 ◦ blue 137

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

Shades of Mamba #806589

Tints of Mamba #806589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 34.97%
G = 27.6%
B = 37.43%

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

#806589 (or 0x806589) is known color: Mamba. HEX triplet: 80, 65 and 89. RGB value is (128,101,137). Sum of RGB (Red+Green+Blue) = 128+101+137=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #806589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806589 is #7F9A76. Grayscale: #717171. Windows color (decimal): -8362615 or 9004416. OLE color: 9004416.

HSL color Cylindrical-coordinate representation of color #806589: hue angle of 285º 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 #806589 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 101 137 -
CMYK 0.07 0.26 0 0.46
HSL 285º 0.15% 0.47% -
HSV(B) 285º 0.26% 0.54% -
XYZ 18.07 15.7 25.75 -
YUV 113.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 128 101 137 0.07 0.26 0 0.46 285 0.15 0.47
Hex 80 65 89 7 1A 0 2E 11D F 2F
Octal 200 145 211 7 32 0 56 435 17 57
Binary 10000000 1100101 10001001 111 11010 0 101110 100011101 1111 101111

Color Harmonies of #806589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806589

Black with #806589

Text Example


Text Example

White with #806589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806589; }

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

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

background-color css

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

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

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

border-color css

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

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

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