Html Css Color HEX #878C9D Manatee

📋 copy color: '#878C9D'

red 135 ◦ green 140 ◦ blue 157

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

Shades of Manatee #878C9D

Tints of Manatee #878C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 31.25%
G = 32.41%
B = 36.34%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#878C9D (or 0x878C9D) is known color: Manatee. HEX triplet: 87, 8C and 9D. RGB value is (135,140,157). Sum of RGB (Red+Green+Blue) = 135+140+157=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #878C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C9D is #787362. Grayscale: #8C8C8C. Windows color (decimal): -7893859 or 10325127. OLE color: 10325127.

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

Color convert

RGB 135 140 157 -
CMYK 0.14 0.11 0 0.38
HSL 226.36º 0.1% 0.57% -
HSV(B) 226.36º 0.14% 0.62% -
XYZ 25.46 26.34 35.64 -
YUV 140.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 135 140 157 0.14 0.11 0 0.38 226.36 0.1 0.57
Hex 87 8C 9D E B 0 26 E2 A 39
Octal 207 214 235 16 13 0 46 342 12 71
Binary 10000111 10001100 10011101 1110 1011 0 100110 11100010 1010 111001

Color Harmonies of #878C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C9D

Black with #878C9D

Text Example


Text Example

White with #878C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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