Html Css Color HEX #808093 Manatee

📋 copy color: '#808093'

red 128 ◦ green 128 ◦ blue 147

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

Shades of Manatee #808093

Tints of Manatee #808093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 31.76%
G = 31.76%
B = 36.48%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808093 (or 0x808093) is known color: Manatee. HEX triplet: 80, 80 and 93. RGB value is (128,128,147). Sum of RGB (Red+Green+Blue) = 128+128+147=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #808093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808093 is #7F7F6C. Grayscale: #828282. Windows color (decimal): -8355693 or 9666688. OLE color: 9666688.

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

Color convert

RGB 128 128 147 -
CMYK 0.13 0.13 0 0.42
HSL 240º 0.08% 0.54% -
HSV(B) 240º 0.13% 0.58% -
XYZ 21.89 22.13 30.72 -
YUV 130.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 128 128 147 0.13 0.13 0 0.42 240 0.08 0.54
Hex 80 80 93 D D 0 2A F0 8 36
Octal 200 200 223 15 15 0 52 360 10 66
Binary 10000000 10000000 10010011 1101 1101 0 101010 11110000 1000 110110

Color Harmonies of #808093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808093

Black with #808093

Text Example


Text Example

White with #808093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808093; }

 p { color: rgb(128,128,147); }

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

background-color css

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

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

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

border-color css

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

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

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