Html Css Color HEX #808393 Manatee

📋 copy color: '#808393'

red 128 ◦ green 131 ◦ blue 147

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

Shades of Manatee #808393

Tints of Manatee #808393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 31.53%
G = 32.27%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808393 (or 0x808393) is known color: Manatee. HEX triplet: 80, 83 and 93. RGB value is (128,131,147). Sum of RGB (Red+Green+Blue) = 128+131+147=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #808393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808393 is #7F7C6C. Grayscale: #838383. Windows color (decimal): -8354925 or 9667456. OLE color: 9667456.

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

Color convert

RGB 128 131 147 -
CMYK 0.13 0.11 0 0.42
HSL 230.53º 0.08% 0.54% -
HSV(B) 230.53º 0.13% 0.58% -
XYZ 22.28 22.93 30.85 -
YUV 131.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 128 131 147 0.13 0.11 0 0.42 230.53 0.08 0.54
Hex 80 83 93 D B 0 2A E7 8 36
Octal 200 203 223 15 13 0 52 347 10 66
Binary 10000000 10000011 10010011 1101 1011 0 101010 11100111 1000 110110

Color Harmonies of #808393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808393

Black with #808393

Text Example


Text Example

White with #808393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808393; }

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

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

background-color css

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

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

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

border-color css

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

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

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