Html Css Color HEX #878F9E Manatee

📋 copy color: '#878F9E'

red 135 ◦ green 143 ◦ blue 158

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

Shades of Manatee #878F9E

Tints of Manatee #878F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 30.96%
G = 32.8%
B = 36.24%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#878F9E (or 0x878F9E) is known color: Manatee. HEX triplet: 87, 8F and 9E. RGB value is (135,143,158). Sum of RGB (Red+Green+Blue) = 135+143+158=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #878F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F9E is #787061. Grayscale: #8E8E8E. Windows color (decimal): -7893090 or 10391431. OLE color: 10391431.

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

Color convert

RGB 135 143 158 -
CMYK 0.15 0.09 0 0.38
HSL 219.13º 0.11% 0.57% -
HSV(B) 219.13º 0.15% 0.62% -
XYZ 25.99 27.26 36.24 -
YUV 142.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 135 143 158 0.15 0.09 0 0.38 219.13 0.11 0.57
Hex 87 8F 9E F 9 0 26 DB B 39
Octal 207 217 236 17 11 0 46 333 13 71
Binary 10000111 10001111 10011110 1111 1001 0 100110 11011011 1011 111001

Color Harmonies of #878F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878F9E

Black with #878F9E

Text Example


Text Example

White with #878F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,158); }

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

background-color css

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

 a { background-color: rgb(135,143,158); }

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

border-color css

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

 span { border-color: rgb(135,143,158); }

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