Html Css Color HEX #878C9B Manatee

📋 copy color: '#878C9B'

red 135 ◦ green 140 ◦ blue 155

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

Shades of Manatee #878C9B

Tints of Manatee #878C9B

RGB

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

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

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

R = 31.4%
G = 32.56%
B = 36.05%

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

#878C9B (or 0x878C9B) is known color: Manatee. HEX triplet: 87, 8C and 9B. RGB value is (135,140,155). Sum of RGB (Red+Green+Blue) = 135+140+155=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #878C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C9B is #787364. Grayscale: #8C8C8C. Windows color (decimal): -7893861 or 10194055. OLE color: 10194055.

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

Color convert

RGB 135 140 155 -
CMYK 0.13 0.10 0 0.39
HSL 225º 0.09% 0.57% -
HSV(B) 225º 0.13% 0.61% -
XYZ 25.29 26.27 34.75 -
YUV 140.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 135 140 155 0.13 0.10 0 0.39 225 0.09 0.57
Hex 87 8C 9B D A 0 27 E1 9 39
Octal 207 214 233 15 12 0 47 341 11 71
Binary 10000111 10001100 10011011 1101 1010 0 100111 11100001 1001 111001

Color Harmonies of #878C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C9B

Black with #878C9B

Text Example


Text Example

White with #878C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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