Html Css Color HEX #878DAF Manatee

📋 copy color: '#878DAF'

red 135 ◦ green 141 ◦ blue 175

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

Shades of Manatee #878DAF

Tints of Manatee #878DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

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

R = 29.93%
G = 31.26%
B = 38.8%

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

#878DAF (or 0x878DAF) is known color: Manatee. HEX triplet: 87, 8D and AF. RGB value is (135,141,175). Sum of RGB (Red+Green+Blue) = 135+141+175=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #878DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DAF is #787250. Grayscale: #8E8E8E. Windows color (decimal): -7893585 or 11505031. OLE color: 11505031.

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

Color convert

RGB 135 141 175 -
CMYK 0.23 0.19 0 0.31
HSL 231º 0.2% 0.61% -
HSV(B) 231º 0.23% 0.69% -
XYZ 27.25 27.3 44.39 -
YUV 143.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 135 141 175 0.23 0.19 0 0.31 231 0.2 0.61
Hex 87 8D AF 17 13 0 1F E7 14 3D
Octal 207 215 257 27 23 0 37 347 24 75
Binary 10000111 10001101 10101111 10111 10011 0 11111 11100111 10100 111101

Color Harmonies of #878DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DAF

Black with #878DAF

Text Example


Text Example

White with #878DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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