Html Css Color HEX #878B9B Manatee

📋 copy color: '#878B9B'

red 135 ◦ green 139 ◦ blue 155

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

Shades of Manatee #878B9B

Tints of Manatee #878B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

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

R = 31.47%
G = 32.4%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#878B9B (or 0x878B9B) is known color: Manatee. HEX triplet: 87, 8B and 9B. RGB value is (135,139,155). Sum of RGB (Red+Green+Blue) = 135+139+155=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #878B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B9B is #787464. Grayscale: #8B8B8B. Windows color (decimal): -7894117 or 10193799. OLE color: 10193799.

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

Color convert

RGB 135 139 155 -
CMYK 0.13 0.10 0 0.39
HSL 228º 0.09% 0.57% -
HSV(B) 228º 0.13% 0.61% -
XYZ 25.14 25.98 34.7 -
YUV 139.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 135 139 155 0.13 0.10 0 0.39 228 0.09 0.57
Hex 87 8B 9B D A 0 27 E4 9 39
Octal 207 213 233 15 12 0 47 344 11 71
Binary 10000111 10001011 10011011 1101 1010 0 100111 11100100 1001 111001

Color Harmonies of #878B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B9B

Black with #878B9B

Text Example


Text Example

White with #878B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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