Html Css Color HEX #807F9F Manatee

📋 copy color: '#807F9F'

red 128 ◦ green 127 ◦ blue 159

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

Shades of Manatee #807F9F

Tints of Manatee #807F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 30.92%
G = 30.68%
B = 38.41%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#807F9F (or 0x807F9F) is known color: Manatee. HEX triplet: 80, 7F and 9F. RGB value is (128,127,159). Sum of RGB (Red+Green+Blue) = 128+127+159=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #807F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F9F is #7F8060. Grayscale: #828282. Windows color (decimal): -8355937 or 10452864. OLE color: 10452864.

HSL color Cylindrical-coordinate representation of color #807F9F: hue angle of 241.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807F9F is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 127 159 -
CMYK 0.19 0.20 0 0.38
HSL 241.88º 0.14% 0.56% -
HSV(B) 241.88º 0.2% 0.62% -
XYZ 22.75 22.27 35.9 -
YUV 130.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 128 127 159 0.19 0.20 0 0.38 241.88 0.14 0.56
Hex 80 7F 9F 13 14 0 26 F2 E 38
Octal 200 177 237 23 24 0 46 362 16 70
Binary 10000000 1111111 10011111 10011 10100 0 100110 11110010 1110 111000

Color Harmonies of #807F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F9F

Black with #807F9F

Text Example


Text Example

White with #807F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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