#878FAC

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

Shades of Manatee #878FAC

Tints of Manatee #878FAC

Color information

#878FAC (or 0x878FAC) is unknown color: approx Manatee. HEX triplet: 87, 8F and AC. RGB value is (135,143,172). Sum of RGB (Red+Green+Blue) = 135+143+172=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #878FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FAC is #787053. Grayscale: #8F8F8F. Windows color (decimal): -7893076 or 11308935. OLE color: 11308935.

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

Color convert

RGB135143172-
CMYK0.220.1700.33
HSL227.03º18.23%60.2%-
HSV(B)227.03º21.51%67.45%-
XYZ27.2627.7742.95-
YUV143.91143.85121.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=30%
G=31.78%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351431720.220.1700.33227.0318.2360.2
Hex878FAC1611021e3123c
Octal20721725426210413432274
Binary100001111000111110101100101101000101000011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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