Html Css Color HEX #878EAA Manatee

📋 copy color: '#878EAA'

red 135 ◦ green 142 ◦ blue 170

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

Shades of Manatee #878EAA

Tints of Manatee #878EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

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

R = 30.2%
G = 31.77%
B = 38.03%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878EAA (or 0x878EAA) is known color: Manatee. HEX triplet: 87, 8E and AA. RGB value is (135,142,170). Sum of RGB (Red+Green+Blue) = 135+142+170=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #878EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878EAA is #787155. Grayscale: #8E8E8E. Windows color (decimal): -7893334 or 11177607. OLE color: 11177607.

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

Color convert

RGB 135 142 170 -
CMYK 0.21 0.16 0 0.33
HSL 228º 0.17% 0.6% -
HSV(B) 228º 0.21% 0.67% -
XYZ 26.92 27.4 41.9 -
YUV 143.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 135 142 170 0.21 0.16 0 0.33 228 0.17 0.6
Hex 87 8E AA 15 10 0 21 E4 11 3C
Octal 207 216 252 25 20 0 41 344 21 74
Binary 10000111 10001110 10101010 10101 10000 0 100001 11100100 10001 111100

Color Harmonies of #878EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EAA

Black with #878EAA

Text Example


Text Example

White with #878EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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