#888FAF

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

Shades of Manatee #888FAF

Tints of Manatee #888FAF

Color information

#888FAF (or 0x888FAF) is unknown color: approx Manatee. HEX triplet: 88, 8F and AF. RGB value is (136,143,175). Sum of RGB (Red+Green+Blue) = 136+143+175=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #888FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888FAF is #777050. Grayscale: #909090. Windows color (decimal): -7827537 or 11505544. OLE color: 11505544.

HSL color Cylindrical-coordinate representation of color #888FAF: hue angle of 229.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #888FAF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136143175-
CMYK0.220.1800.31
HSL229.23º19.6%60.98%-
HSV(B)229.23º22.29%68.63%-
XYZ27.7127.9744.5-
YUV144.55145.18121.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.96%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=29.96%
G=31.50%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361431750.220.1800.31229.2319.660.98
Hex888FAF161201Fe5143d
Octal21021725726220373452475
Binary10001000100011111010111110110100100111111110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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