Html Css Color HEX #808295 Manatee

📋 copy color: '#808295'

red 128 ◦ green 130 ◦ blue 149

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

Shades of Manatee #808295

Tints of Manatee #808295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 31.45%
G = 31.94%
B = 36.61%

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

#808295 (or 0x808295) is known color: Manatee. HEX triplet: 80, 82 and 95. RGB value is (128,130,149). Sum of RGB (Red+Green+Blue) = 128+130+149=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #808295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808295 is #7F7D6A. Grayscale: #838383. Windows color (decimal): -8355179 or 9798272. OLE color: 9798272.

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

Color convert

RGB 128 130 149 -
CMYK 0.14 0.13 0 0.42
HSL 234.29º 0.09% 0.54% -
HSV(B) 234.29º 0.14% 0.58% -
XYZ 22.31 22.72 31.64 -
YUV 131.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 128 130 149 0.14 0.13 0 0.42 234.29 0.09 0.54
Hex 80 82 95 E D 0 2A EA 9 36
Octal 200 202 225 16 15 0 52 352 11 66
Binary 10000000 10000010 10010101 1110 1101 0 101010 11101010 1001 110110

Color Harmonies of #808295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808295

Black with #808295

Text Example


Text Example

White with #808295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808295; }

 p { color: rgb(128,130,149); }

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

background-color css

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

 a { background-color: rgb(128,130,149); }

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

border-color css

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

 span { border-color: rgb(128,130,149); }

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