Html Css Color HEX #808398 Manatee

📋 copy color: '#808398'

red 128 ◦ green 131 ◦ blue 152

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

Shades of Manatee #808398

Tints of Manatee #808398

RGB

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

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

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

R = 31.14%
G = 31.87%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#808398 (or 0x808398) is known color: Manatee. HEX triplet: 80, 83 and 98. RGB value is (128,131,152). Sum of RGB (Red+Green+Blue) = 128+131+152=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #808398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808398 is #7F7C67. Grayscale: #848484. Windows color (decimal): -8354920 or 9995136. OLE color: 9995136.

HSL color Cylindrical-coordinate representation of color #808398: hue angle of 232.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 #808398 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 131 152 -
CMYK 0.16 0.14 0 0.40
HSL 232.5º 0.1% 0.55% -
HSV(B) 232.5º 0.16% 0.6% -
XYZ 22.69 23.09 32.97 -
YUV 132.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 128 131 152 0.16 0.14 0 0.40 232.5 0.1 0.55
Hex 80 83 98 10 E 0 28 E8 A 37
Octal 200 203 230 20 16 0 50 350 12 67
Binary 10000000 10000011 10011000 10000 1110 0 101000 11101000 1010 110111

Color Harmonies of #808398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808398

Black with #808398

Text Example


Text Example

White with #808398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808398; }

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

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

background-color css

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

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

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

border-color css

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

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

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