#808698

Color #808698 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #808698

Tints of Manatee #808698

Color information

#808698 (or 0x808698) is unknown color: approx Manatee. HEX triplet: 80, 86 and 98. RGB value is (128,134,152). Sum of RGB (Red+Green+Blue) = 128+134+152=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #808698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808698 is #7F7967. Grayscale: #868686. Windows color (decimal): -8354152 or 9995904. OLE color: 9995904.

HSL color Cylindrical-coordinate representation of color #808698: hue angle of 225º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808698 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB128134152-
CMYK0.160.1200.40
HSL225º10.43%54.9%-
HSV(B)225º15.79%59.61%-
XYZ23.0923.9133.1-
YUV134.26138.01123.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=30.92%
G=32.37%
B=36.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281341520.160.1200.4022510.4354.9
Hex80869810C028e1a37
Octal20020623020140503411267
Binary1000000010000110100110001000011000101000111000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808698; }

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

 H1.HeaderClassName
 {
   color: #808698;
 }
 .AnyTagClassName
 {
   color: #808698;
 }
</style>
background-color css

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

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

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

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

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

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