#808293

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

Shades of Manatee #808293

Tints of Manatee #808293

Color information

#808293 (or 0x808293) is unknown color: approx Manatee. HEX triplet: 80, 82 and 93. RGB value is (128,130,147). Sum of RGB (Red+Green+Blue) = 128+130+147=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #808293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808293 is #7F7D6C. Grayscale: #838383. Windows color (decimal): -8355181 or 9667200. OLE color: 9667200.

HSL color Cylindrical-coordinate representation of color #808293: hue angle of 233.68º 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 #808293 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128130147-
CMYK0.130.1200.42
HSL233.68º8.09%53.92%-
HSV(B)233.68º12.93%57.65%-
XYZ22.1522.6630.81-
YUV131.34136.84125.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=31.60%
G=32.10%
B=36.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281301470.130.1200.42233.688.0953.92
Hex808293DC02Aea836
Octal20020222315140523521066
Binary100000001000001010010011110111000101010111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808293; }

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

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

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

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

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

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

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

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