Html Css Color HEX #878C99 Manatee

📋 copy color: '#878C99'

red 135 ◦ green 140 ◦ blue 153

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

Shades of Manatee #878C99

Tints of Manatee #878C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 31.54%
G = 32.71%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#878C99 (or 0x878C99) is known color: Manatee. HEX triplet: 87, 8C and 99. RGB value is (135,140,153). Sum of RGB (Red+Green+Blue) = 135+140+153=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #878C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C99 is #787366. Grayscale: #8B8B8B. Windows color (decimal): -7893863 or 10062983. OLE color: 10062983.

HSL color Cylindrical-coordinate representation of color #878C99: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878C99 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 140 153 -
CMYK 0.12 0.08 0 0.4
HSL 223.33º 0.08% 0.56% -
HSV(B) 223.33º 0.12% 0.6% -
XYZ 25.12 26.21 33.87 -
YUV 139.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 135 140 153 0.12 0.08 0 0.4 223.33 0.08 0.56
Hex 87 8C 99 C 8 0 28 DF 8 38
Octal 207 214 231 14 10 0 50 337 10 70
Binary 10000111 10001100 10011001 1100 1000 0 101000 11011111 1000 111000

Color Harmonies of #878C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C99

Black with #878C99

Text Example


Text Example

White with #878C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,153); }

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

background-color css

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

 a { background-color: rgb(135,140,153); }

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

border-color css

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

 span { border-color: rgb(135,140,153); }

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