#87879B

Color #87879B Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #87879B

Tints of Manatee #87879B

Color information

#87879B (or 0x87879B) is unknown color: approx Manatee. HEX triplet: 87, 87 and 9B. RGB value is (135,135,155). Sum of RGB (Red+Green+Blue) = 135+135+155=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #87879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87879B is #787864. Grayscale: #898989. Windows color (decimal): -7895141 or 10192775. OLE color: 10192775.

HSL color Cylindrical-coordinate representation of color #87879B: hue angle of 240º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87879B is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135135155-
CMYK0.130.1300.39
HSL240º9.09%56.86%-
HSV(B)240º12.9%60.78%-
XYZ24.5724.8534.51-
YUV137.28138126.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=31.76%
G=31.76%
B=36.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351351550.130.1300.392409.0956.86
Hex87879BDD027f0939
Octal20720723315150473601171
Binary100001111000011110011011110111010100111111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87879B; }

 p { color: rgb(135,135,155); }

 H1.HeaderClassName
 {
   color: #87879B;
 }
 .AnyTagClassName
 {
   color: #87879B;
 }
</style>
background-color css

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

 a { background-color: rgb(135,135,155); }

 div.DivClassName
 {
   background-color: #87879B;
 }
 .BgClassName
 {
   background-color: #87879B;
 }
</style>
border-color css

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

 span { border-color: rgb(135,135,155); }

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