Html Css Color HEX #808390 Manatee

📋 copy color: '#808390'

red 128 ◦ green 131 ◦ blue 144

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

Shades of Manatee #808390

Tints of Manatee #808390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 31.76%
G = 32.51%
B = 35.73%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808390 (or 0x808390) is known color: Manatee. HEX triplet: 80, 83 and 90. RGB value is (128,131,144). Sum of RGB (Red+Green+Blue) = 128+131+144=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #808390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808390 is #7F7C6F. Grayscale: #838383. Windows color (decimal): -8354928 or 9470848. OLE color: 9470848.

HSL color Cylindrical-coordinate representation of color #808390: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808390 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 131 144 -
CMYK 0.11 0.09 0 0.44
HSL 228.75º 0.07% 0.53% -
HSV(B) 228.75º 0.11% 0.56% -
XYZ 22.05 22.84 29.63 -
YUV 131.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 128 131 144 0.11 0.09 0 0.44 228.75 0.07 0.53
Hex 80 83 90 B 9 0 2C E5 7 35
Octal 200 203 220 13 11 0 54 345 7 65
Binary 10000000 10000011 10010000 1011 1001 0 101100 11100101 111 110101

Color Harmonies of #808390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808390

Black with #808390

Text Example


Text Example

White with #808390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808390; }

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

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

background-color css

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

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

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

border-color css

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

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

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