Html Css Color HEX #878CAA Manatee

📋 copy color: '#878CAA'

red 135 ◦ green 140 ◦ blue 170

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

Shades of Manatee #878CAA

Tints of Manatee #878CAA

RGB

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

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

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

R = 30.34%
G = 31.46%
B = 38.2%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878CAA (or 0x878CAA) is known color: Manatee. HEX triplet: 87, 8C and AA. RGB value is (135,140,170). Sum of RGB (Red+Green+Blue) = 135+140+170=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #878CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAA is #787355. Grayscale: #8D8D8D. Windows color (decimal): -7893846 or 11177095. OLE color: 11177095.

HSL color Cylindrical-coordinate representation of color #878CAA: hue angle of 231.43º 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 #878CAA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 140 170 -
CMYK 0.21 0.18 0 0.33
HSL 231.43º 0.17% 0.6% -
HSV(B) 231.43º 0.21% 0.67% -
XYZ 26.63 26.81 41.8 -
YUV 141.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 135 140 170 0.21 0.18 0 0.33 231.43 0.17 0.6
Hex 87 8C AA 15 12 0 21 E7 11 3C
Octal 207 214 252 25 22 0 41 347 21 74
Binary 10000111 10001100 10101010 10101 10010 0 100001 11100111 10001 111100

Color Harmonies of #878CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CAA

Black with #878CAA

Text Example


Text Example

White with #878CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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