Html Css Color HEX #878FA1 Manatee

📋 copy color: '#878FA1'

red 135 ◦ green 143 ◦ blue 161

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

Shades of Manatee #878FA1

Tints of Manatee #878FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 30.75%
G = 32.57%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#878FA1 (or 0x878FA1) is known color: Manatee. HEX triplet: 87, 8F and A1. RGB value is (135,143,161). Sum of RGB (Red+Green+Blue) = 135+143+161=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 161 - color contains mainly: blue. Hex color #878FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FA1 is #78705E. Grayscale: #8E8E8E. Windows color (decimal): -7893087 or 10588039. OLE color: 10588039.

HSL color Cylindrical-coordinate representation of color #878FA1: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878FA1 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 143 161 -
CMYK 0.16 0.11 0 0.37
HSL 221.54º 0.12% 0.58% -
HSV(B) 221.54º 0.16% 0.63% -
XYZ 26.25 27.37 37.62 -
YUV 142.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 135 143 161 0.16 0.11 0 0.37 221.54 0.12 0.58
Hex 87 8F A1 10 B 0 25 DE C 3A
Octal 207 217 241 20 13 0 45 336 14 72
Binary 10000111 10001111 10100001 10000 1011 0 100101 11011110 1100 111010

Color Harmonies of #878FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FA1

Black with #878FA1

Text Example


Text Example

White with #878FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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