Html Css Color HEX #808293 Manatee

📋 copy color: '#808293'

red 128 ◦ green 130 ◦ blue 147

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

Shades of Manatee #808293

Tints of Manatee #808293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 31.6%
G = 32.1%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808293 (or 0x808293) is known color: 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

RGB 128 130 147 -
CMYK 0.13 0.12 0 0.42
HSL 233.68º 0.08% 0.54% -
HSV(B) 233.68º 0.13% 0.58% -
XYZ 22.15 22.66 30.81 -
YUV 131.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 128 130 147 0.13 0.12 0 0.42 233.68 0.08 0.54
Hex 80 82 93 D C 0 2A EA 8 36
Octal 200 202 223 15 14 0 52 352 10 66
Binary 10000000 10000010 10010011 1101 1100 0 101010 11101010 1000 110110

Color Harmonies of #808293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808293

Black with #808293

Text Example


Text Example

White with #808293

Text Example


Text Example

HTML Codes & Css Web 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>