Html Css Color HEX #888C9D Manatee

📋 copy color: '#888C9D'

red 136 ◦ green 140 ◦ blue 157

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

Shades of Manatee #888C9D

Tints of Manatee #888C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 31.41%
G = 32.33%
B = 36.26%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#888C9D (or 0x888C9D) is known color: Manatee. HEX triplet: 88, 8C and 9D. RGB value is (136,140,157). Sum of RGB (Red+Green+Blue) = 136+140+157=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #888C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C9D is #777362. Grayscale: #8C8C8C. Windows color (decimal): -7828323 or 10325128. OLE color: 10325128.

HSL color Cylindrical-coordinate representation of color #888C9D: hue angle of 228.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888C9D is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 140 157 -
CMYK 0.13 0.11 0 0.38
HSL 228.57º 0.1% 0.57% -
HSV(B) 228.57º 0.13% 0.62% -
XYZ 25.62 26.42 35.65 -
YUV 140.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 136 140 157 0.13 0.11 0 0.38 228.57 0.1 0.57
Hex 88 8C 9D D B 0 26 E5 A 39
Octal 210 214 235 15 13 0 46 345 12 71
Binary 10001000 10001100 10011101 1101 1011 0 100110 11100101 1010 111001

Color Harmonies of #888C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C9D

Black with #888C9D

Text Example


Text Example

White with #888C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,140,157); }

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

background-color css

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

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

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

border-color css

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

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

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