Html Css Color HEX #808697 Manatee

📋 copy color: '#808697'

red 128 ◦ green 134 ◦ blue 151

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

Shades of Manatee #808697

Tints of Manatee #808697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 30.99%
G = 32.45%
B = 36.56%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#808697 (or 0x808697) is known color: Manatee. HEX triplet: 80, 86 and 97. RGB value is (128,134,151). Sum of RGB (Red+Green+Blue) = 128+134+151=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #808697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808697 is #7F7968. Grayscale: #868686. Windows color (decimal): -8354153 or 9930368. OLE color: 9930368.

HSL color Cylindrical-coordinate representation of color #808697: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808697 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 134 151 -
CMYK 0.15 0.11 0 0.41
HSL 224.35º 0.1% 0.55% -
HSV(B) 224.35º 0.15% 0.59% -
XYZ 23.01 23.87 32.67 -
YUV 134.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 128 134 151 0.15 0.11 0 0.41 224.35 0.1 0.55
Hex 80 86 97 F B 0 29 E0 A 37
Octal 200 206 227 17 13 0 51 340 12 67
Binary 10000000 10000110 10010111 1111 1011 0 101001 11100000 1010 110111

Color Harmonies of #808697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808697

Black with #808697

Text Example


Text Example

White with #808697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808697; }

 p { color: rgb(128,134,151); }

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

background-color css

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

 a { background-color: rgb(128,134,151); }

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

border-color css

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

 span { border-color: rgb(128,134,151); }

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