Html Css Color HEX #807485 Mamba

📋 copy color: '#807485'

red 128 ◦ green 116 ◦ blue 133

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

Shades of Mamba #807485

Tints of Mamba #807485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 33.95%
G = 30.77%
B = 35.28%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#807485 (or 0x807485) is known color: Mamba. HEX triplet: 80, 74 and 85. RGB value is (128,116,133). Sum of RGB (Red+Green+Blue) = 128+116+133=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #807485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807485 is #7F8B7A. Grayscale: #797979. Windows color (decimal): -8358779 or 8746112. OLE color: 8746112.

HSL color Cylindrical-coordinate representation of color #807485: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807485 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 116 133 -
CMYK 0.04 0.13 0 0.48
HSL 282.35º 0.07% 0.49% -
HSV(B) 282.35º 0.13% 0.52% -
XYZ 19.38 18.77 24.79 -
YUV 121.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 128 116 133 0.04 0.13 0 0.48 282.35 0.07 0.49
Hex 80 74 85 4 D 0 30 11A 7 31
Octal 200 164 205 4 15 0 60 432 7 61
Binary 10000000 1110100 10000101 100 1101 0 110000 100011010 111 110001

Color Harmonies of #807485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807485

Black with #807485

Text Example


Text Example

White with #807485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807485; }

 p { color: rgb(128,116,133); }

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

background-color css

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

 a { background-color: rgb(128,116,133); }

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

border-color css

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

 span { border-color: rgb(128,116,133); }

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