Html Css Color HEX #878CAC Manatee

📋 copy color: '#878CAC'

red 135 ◦ green 140 ◦ blue 172

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

Shades of Manatee #878CAC

Tints of Manatee #878CAC

RGB

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

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

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

R = 30.2%
G = 31.32%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878CAC (or 0x878CAC) is known color: Manatee. HEX triplet: 87, 8C and AC. RGB value is (135,140,172). Sum of RGB (Red+Green+Blue) = 135+140+172=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #878CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAC is #787353. Grayscale: #8E8E8E. Windows color (decimal): -7893844 or 11308167. OLE color: 11308167.

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

Color convert

RGB 135 140 172 -
CMYK 0.22 0.19 0 0.33
HSL 231.89º 0.18% 0.6% -
HSV(B) 231.89º 0.22% 0.67% -
XYZ 26.82 26.89 42.81 -
YUV 142.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 135 140 172 0.22 0.19 0 0.33 231.89 0.18 0.6
Hex 87 8C AC 16 13 0 21 E8 12 3C
Octal 207 214 254 26 23 0 41 350 22 74
Binary 10000111 10001100 10101100 10110 10011 0 100001 11101000 10010 111100

Color Harmonies of #878CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CAC

Black with #878CAC

Text Example


Text Example

White with #878CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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