#878FAA

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

Shades of Manatee #878FAA

Tints of Manatee #878FAA

Color information

#878FAA (or 0x878FAA) is unknown color: approx Manatee. HEX triplet: 87, 8F and AA. RGB value is (135,143,170). Sum of RGB (Red+Green+Blue) = 135+143+170=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #878FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FAA is #787055. Grayscale: #8F8F8F. Windows color (decimal): -7893078 or 11177863. OLE color: 11177863.

HSL color Cylindrical-coordinate representation of color #878FAA: hue angle of 226.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878FAA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135143170-
CMYK0.210.1600.33
HSL226.29º17.07%59.8%-
HSV(B)226.29º20.59%66.67%-
XYZ27.0727.741.95-
YUV143.69142.85121.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=30.13%
G=31.92%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351431700.210.1600.33226.2917.0759.8
Hex878FAA1510021e2113c
Octal20721725225200413422174
Binary100001111000111110101010101011000001000011110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,170); }

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

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

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

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

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

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

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