#888FA2

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

Shades of Manatee #888FA2

Tints of Manatee #888FA2

Color information

#888FA2 (or 0x888FA2) is unknown color: approx Manatee. HEX triplet: 88, 8F and A2. RGB value is (136,143,162). Sum of RGB (Red+Green+Blue) = 136+143+162=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #888FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888FA2 is #77705D. Grayscale: #8E8E8E. Windows color (decimal): -7827550 or 10653576. OLE color: 10653576.

HSL color Cylindrical-coordinate representation of color #888FA2: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #888FA2 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136143162-
CMYK0.160.1200.36
HSL223.85º12.26%58.43%-
HSV(B)223.85º16.05%63.53%-
XYZ26.527.4938.09-
YUV143.07138.68122.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=30.84%
G=32.43%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361431620.160.1200.36223.8512.2658.43
Hex888FA210C024e0c3a
Octal21021724220140443401472
Binary1000100010001111101000101000011000100100111000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888FA2; }

 p { color: rgb(136,143,162); }

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

<style>
 a { background-color: #888FA2; }

 a { background-color: rgb(136,143,162); }

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

<style>
 span { border-color: #888FA2; }

 span { border-color: rgb(136,143,162); }

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