Html Css Color HEX #808194 Manatee

📋 copy color: '#808194'

red 128 ◦ green 129 ◦ blue 148

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

Shades of Manatee #808194

Tints of Manatee #808194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 31.6%
G = 31.85%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808194 (or 0x808194) is known color: Manatee. HEX triplet: 80, 81 and 94. RGB value is (128,129,148). Sum of RGB (Red+Green+Blue) = 128+129+148=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #808194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808194 is #7F7E6B. Grayscale: #828282. Windows color (decimal): -8355436 or 9732480. OLE color: 9732480.

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

Color convert

RGB 128 129 148 -
CMYK 0.14 0.13 0 0.42
HSL 237º 0.09% 0.54% -
HSV(B) 237º 0.14% 0.58% -
XYZ 22.1 22.43 31.18 -
YUV 130.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 128 129 148 0.14 0.13 0 0.42 237 0.09 0.54
Hex 80 81 94 E D 0 2A ED 9 36
Octal 200 201 224 16 15 0 52 355 11 66
Binary 10000000 10000001 10010100 1110 1101 0 101010 11101101 1001 110110

Color Harmonies of #808194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808194

Black with #808194

Text Example


Text Example

White with #808194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808194; }

 p { color: rgb(128,129,148); }

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

background-color css

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

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

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

border-color css

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

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

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