Html Css Color HEX #808198 Manatee

📋 copy color: '#808198'

red 128 ◦ green 129 ◦ blue 152

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

Shades of Manatee #808198

Tints of Manatee #808198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.16%

R = 31.3%
G = 31.54%
B = 37.16%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#808198 (or 0x808198) is known color: Manatee. HEX triplet: 80, 81 and 98. RGB value is (128,129,152). Sum of RGB (Red+Green+Blue) = 128+129+152=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #808198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808198 is #7F7E67. Grayscale: #838383. Windows color (decimal): -8355432 or 9994624. OLE color: 9994624.

HSL color Cylindrical-coordinate representation of color #808198: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808198 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 129 152 -
CMYK 0.16 0.15 0 0.40
HSL 237.5º 0.1% 0.55% -
HSV(B) 237.5º 0.16% 0.6% -
XYZ 22.42 22.56 32.88 -
YUV 131.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 128 129 152 0.16 0.15 0 0.40 237.5 0.1 0.55
Hex 80 81 98 10 F 0 28 EE A 37
Octal 200 201 230 20 17 0 50 356 12 67
Binary 10000000 10000001 10011000 10000 1111 0 101000 11101110 1010 110111

Color Harmonies of #808198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808198

Black with #808198

Text Example


Text Example

White with #808198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808198; }

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

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

background-color css

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

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

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

border-color css

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

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

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