#808093

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

Shades of Manatee #808093

Tints of Manatee #808093

Color information

#808093 (or 0x808093) is unknown color: approx Manatee. HEX triplet: 80, 80 and 93. RGB value is (128,128,147). Sum of RGB (Red+Green+Blue) = 128+128+147=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #808093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808093 is #7F7F6C. Grayscale: #828282. Windows color (decimal): -8355693 or 9666688. OLE color: 9666688.

HSL color Cylindrical-coordinate representation of color #808093: hue angle of 240º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808093 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128128147-
CMYK0.130.1300.42
HSL240º8.09%53.92%-
HSV(B)240º12.93%57.65%-
XYZ21.8922.1330.72-
YUV130.17137.5126.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=31.76%
G=31.76%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281281470.130.1300.422408.0953.92
Hex808093DD02Af0836
Octal20020022315150523601066
Binary100000001000000010010011110111010101010111100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808093; }

 p { color: rgb(128,128,147); }

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

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

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

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

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

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

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