Html Css Color HEX #878AAC Manatee

📋 copy color: '#878AAC'

red 135 ◦ green 138 ◦ blue 172

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

Shades of Manatee #878AAC

Tints of Manatee #878AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 30.34%
G = 31.01%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878AAC (or 0x878AAC) is known color: Manatee. HEX triplet: 87, 8A and AC. RGB value is (135,138,172). Sum of RGB (Red+Green+Blue) = 135+138+172=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #878AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AAC is #787553. Grayscale: #8C8C8C. Windows color (decimal): -7894356 or 11307655. OLE color: 11307655.

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

Color convert

RGB 135 138 172 -
CMYK 0.22 0.20 0 0.33
HSL 235.14º 0.18% 0.6% -
HSV(B) 235.14º 0.22% 0.67% -
XYZ 26.53 26.31 42.71 -
YUV 140.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 135 138 172 0.22 0.20 0 0.33 235.14 0.18 0.6
Hex 87 8A AC 16 14 0 21 EB 12 3C
Octal 207 212 254 26 24 0 41 353 22 74
Binary 10000111 10001010 10101100 10110 10100 0 100001 11101011 10010 111100

Color Harmonies of #878AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AAC

Black with #878AAC

Text Example


Text Example

White with #878AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,138,172); }

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

background-color css

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

 a { background-color: rgb(135,138,172); }

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

border-color css

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

 span { border-color: rgb(135,138,172); }

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