#878BA3

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

Shades of Manatee #878BA3

Tints of Manatee #878BA3

Color information

#878BA3 (or 0x878BA3) is unknown color: approx Manatee. HEX triplet: 87, 8B and A3. RGB value is (135,139,163). Sum of RGB (Red+Green+Blue) = 135+139+163=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #878BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878BA3 is #78745C. Grayscale: #8C8C8C. Windows color (decimal): -7894109 or 10718087. OLE color: 10718087.

HSL color Cylindrical-coordinate representation of color #878BA3: hue angle of 231.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #878BA3 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135139163-
CMYK0.170.1500.36
HSL231.43º13.21%58.43%-
HSV(B)231.43º17.18%63.92%-
XYZ25.8426.2638.36-
YUV140.54140.67124.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=30.89%
G=31.81%
B=37.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351391630.170.1500.36231.4313.2158.43
Hex878BA311F024e7d3a
Octal20721324321170443471572
Binary1000011110001011101000111000111110100100111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878BA3; }

 p { color: rgb(135,139,163); }

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

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

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

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

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

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

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