Html Css Color HEX #807F9C Manatee

📋 copy color: '#807F9C'

red 128 ◦ green 127 ◦ blue 156

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

Shades of Manatee #807F9C

Tints of Manatee #807F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 31.14%
G = 30.9%
B = 37.96%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#807F9C (or 0x807F9C) is known color: Manatee. HEX triplet: 80, 7F and 9C. RGB value is (128,127,156). Sum of RGB (Red+Green+Blue) = 128+127+156=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #807F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F9C is #7F8063. Grayscale: #828282. Windows color (decimal): -8355940 or 10256256. OLE color: 10256256.

HSL color Cylindrical-coordinate representation of color #807F9C: hue angle of 242.07º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807F9C is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 127 156 -
CMYK 0.18 0.19 0 0.39
HSL 242.07º 0.13% 0.55% -
HSV(B) 242.07º 0.19% 0.61% -
XYZ 22.49 22.17 34.55 -
YUV 130.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 128 127 156 0.18 0.19 0 0.39 242.07 0.13 0.55
Hex 80 7F 9C 12 13 0 27 F2 D 37
Octal 200 177 234 22 23 0 47 362 15 67
Binary 10000000 1111111 10011100 10010 10011 0 100111 11110010 1101 110111

Color Harmonies of #807F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F9C

Black with #807F9C

Text Example


Text Example

White with #807F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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