Html Css Color HEX #878EAF Manatee

📋 copy color: '#878EAF'

red 135 ◦ green 142 ◦ blue 175

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

Shades of Manatee #878EAF

Tints of Manatee #878EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 29.87%
G = 31.42%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#878EAF (or 0x878EAF) is known color: Manatee. HEX triplet: 87, 8E and AF. RGB value is (135,142,175). Sum of RGB (Red+Green+Blue) = 135+142+175=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #878EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878EAF is #787150. Grayscale: #8F8F8F. Windows color (decimal): -7893329 or 11505287. OLE color: 11505287.

HSL color Cylindrical-coordinate representation of color #878EAF: hue angle of 229.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878EAF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 142 175 -
CMYK 0.23 0.19 0 0.31
HSL 229.5º 0.2% 0.61% -
HSV(B) 229.5º 0.23% 0.69% -
XYZ 27.4 27.59 44.44 -
YUV 143.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 135 142 175 0.23 0.19 0 0.31 229.5 0.2 0.61
Hex 87 8E AF 17 13 0 1F E6 14 3D
Octal 207 216 257 27 23 0 37 346 24 75
Binary 10000111 10001110 10101111 10111 10011 0 11111 11100110 10100 111101

Color Harmonies of #878EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EAF

Black with #878EAF

Text Example


Text Example

White with #878EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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