Html Css Color HEX #878DAA Manatee

📋 copy color: '#878DAA'

red 135 ◦ green 141 ◦ blue 170

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

Shades of Manatee #878DAA

Tints of Manatee #878DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 30.27%
G = 31.61%
B = 38.12%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878DAA (or 0x878DAA) is known color: Manatee. HEX triplet: 87, 8D and AA. RGB value is (135,141,170). Sum of RGB (Red+Green+Blue) = 135+141+170=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #878DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DAA is #787255. Grayscale: #8E8E8E. Windows color (decimal): -7893590 or 11177351. OLE color: 11177351.

HSL color Cylindrical-coordinate representation of color #878DAA: hue angle of 229.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878DAA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 141 170 -
CMYK 0.21 0.17 0 0.33
HSL 229.71º 0.17% 0.6% -
HSV(B) 229.71º 0.21% 0.67% -
XYZ 26.77 27.1 41.85 -
YUV 142.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 135 141 170 0.21 0.17 0 0.33 229.71 0.17 0.6
Hex 87 8D AA 15 11 0 21 E6 11 3C
Octal 207 215 252 25 21 0 41 346 21 74
Binary 10000111 10001101 10101010 10101 10001 0 100001 11100110 10001 111100

Color Harmonies of #878DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DAA

Black with #878DAA

Text Example


Text Example

White with #878DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,141,170); }

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

background-color css

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

 a { background-color: rgb(135,141,170); }

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

border-color css

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

 span { border-color: rgb(135,141,170); }

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