Html Css Color HEX #888894 Manatee

📋 copy color: '#888894'

red 136 ◦ green 136 ◦ blue 148

#888894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #888894

Tints of Manatee #888894

RGB

 RED value IS 136 (53.52% from 255) = 32.38%

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 32.38%
G = 32.38%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888894 (or 0x888894) is known color: Manatee. HEX triplet: 88, 88 and 94. RGB value is (136,136,148). Sum of RGB (Red+Green+Blue) = 136+136+148=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #888894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888894 is #77776B. Grayscale: #898989. Windows color (decimal): -7829356 or 9734280. OLE color: 9734280.

HSL color Cylindrical-coordinate representation of color #888894: hue angle of 240º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888894 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 136 148 -
CMYK 0.08 0.08 0 0.42
HSL 240º 0.05% 0.56% -
HSV(B) 240º 0.08% 0.58% -
XYZ 24.3 24.98 31.56 -
YUV 137.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 136 136 148 0.08 0.08 0 0.42 240 0.05 0.56
Hex 88 88 94 8 8 0 2A F0 5 38
Octal 210 210 224 10 10 0 52 360 5 70
Binary 10001000 10001000 10010100 1000 1000 0 101010 11110000 101 111000

Color Harmonies of #888894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888894

Black with #888894

Text Example


Text Example

White with #888894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888894; }

 p { color: rgb(136,136,148); }

 H1.HeaderClassName
 {
   color: #888894;
 }
 .AnyTagClassName
 {
   color: #888894;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #888894;
 }
 .BgClassName
 {
   background-color: #888894;
 }
</style>

border-color css

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

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

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