Html Css Color HEX #878E9B Manatee

📋 copy color: '#878E9B'

red 135 ◦ green 142 ◦ blue 155

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

Shades of Manatee #878E9B

Tints of Manatee #878E9B

RGB

 RED value IS 135 (53.13% from 255) = 31.25%

 GREEN value IS 142 (55.86% from 255) = 32.87%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 31.25%
G = 32.87%
B = 35.88%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#878E9B (or 0x878E9B) is known color: Manatee. HEX triplet: 87, 8E and 9B. RGB value is (135,142,155). Sum of RGB (Red+Green+Blue) = 135+142+155=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #878E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E9B is #787164. Grayscale: #8D8D8D. Windows color (decimal): -7893349 or 10194567. OLE color: 10194567.

HSL color Cylindrical-coordinate representation of color #878E9B: hue angle of 219º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878E9B is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 142 155 -
CMYK 0.13 0.08 0 0.39
HSL 219º 0.09% 0.57% -
HSV(B) 219º 0.13% 0.61% -
XYZ 25.58 26.86 34.85 -
YUV 141.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 135 142 155 0.13 0.08 0 0.39 219 0.09 0.57
Hex 87 8E 9B D 8 0 27 DB 9 39
Octal 207 216 233 15 10 0 47 333 11 71
Binary 10000111 10001110 10011011 1101 1000 0 100111 11011011 1001 111001

Color Harmonies of #878E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E9B

Black with #878E9B

Text Example


Text Example

White with #878E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878E9B; }

 p { color: rgb(135,142,155); }

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

background-color css

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

 a { background-color: rgb(135,142,155); }

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

border-color css

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

 span { border-color: rgb(135,142,155); }

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