Html Css Color HEX #878A9B Manatee

📋 copy color: '#878A9B'

red 135 ◦ green 138 ◦ blue 155

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

Shades of Manatee #878A9B

Tints of Manatee #878A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 31.54%
G = 32.24%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#878A9B (or 0x878A9B) is known color: Manatee. HEX triplet: 87, 8A and 9B. RGB value is (135,138,155). Sum of RGB (Red+Green+Blue) = 135+138+155=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #878A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A9B is #787564. Grayscale: #8A8A8A. Windows color (decimal): -7894373 or 10193543. OLE color: 10193543.

HSL color Cylindrical-coordinate representation of color #878A9B: hue angle of 231º 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 #878A9B is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 138 155 -
CMYK 0.13 0.11 0 0.39
HSL 231º 0.09% 0.57% -
HSV(B) 231º 0.13% 0.61% -
XYZ 25 25.69 34.65 -
YUV 139.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 135 138 155 0.13 0.11 0 0.39 231 0.09 0.57
Hex 87 8A 9B D B 0 27 E7 9 39
Octal 207 212 233 15 13 0 47 347 11 71
Binary 10000111 10001010 10011011 1101 1011 0 100111 11100111 1001 111001

Color Harmonies of #878A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A9B

Black with #878A9B

Text Example


Text Example

White with #878A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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