Html Css Color HEX #807F99 Manatee

📋 copy color: '#807F99'

red 128 ◦ green 127 ◦ blue 153

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

Shades of Manatee #807F99

Tints of Manatee #807F99

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 31.37%
G = 31.13%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#807F99 (or 0x807F99) is known color: Manatee. HEX triplet: 80, 7F and 99. RGB value is (128,127,153). Sum of RGB (Red+Green+Blue) = 128+127+153=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #807F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F99 is #7F8066. Grayscale: #828282. Windows color (decimal): -8355943 or 10059648. OLE color: 10059648.

HSL color Cylindrical-coordinate representation of color #807F99: hue angle of 242.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #807F99 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 127 153 -
CMYK 0.16 0.17 0 0.4
HSL 242.31º 0.11% 0.55% -
HSV(B) 242.31º 0.17% 0.6% -
XYZ 22.24 22.07 33.22 -
YUV 130.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 128 127 153 0.16 0.17 0 0.4 242.31 0.11 0.55
Hex 80 7F 99 10 11 0 28 F2 B 37
Octal 200 177 231 20 21 0 50 362 13 67
Binary 10000000 1111111 10011001 10000 10001 0 101000 11110010 1011 110111

Color Harmonies of #807F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F99

Black with #807F99

Text Example


Text Example

White with #807F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807F99; }

 p { color: rgb(128,127,153); }

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

background-color css

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

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

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

border-color css

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

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

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