#888FAC

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

Shades of Manatee #888FAC

Tints of Manatee #888FAC

Color information

#888FAC (or 0x888FAC) is unknown color: approx Manatee. HEX triplet: 88, 8F and AC. RGB value is (136,143,172). Sum of RGB (Red+Green+Blue) = 136+143+172=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #888FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888FAC is #777053. Grayscale: #909090. Windows color (decimal): -7827540 or 11308936. OLE color: 11308936.

HSL color Cylindrical-coordinate representation of color #888FAC: hue angle of 228.33º degrees, saturation: 0.18, 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 #888FAC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136143172-
CMYK0.210.1700.33
HSL228.33º17.82%60.39%-
HSV(B)228.33º20.93%67.45%-
XYZ27.4227.8642.96-
YUV144.21143.68122.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=30.16%
G=31.71%
B=38.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361431720.210.1700.33228.3317.8260.39
Hex888FAC1511021e4123c
Octal21021725425210413442274
Binary100010001000111110101100101011000101000011110010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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