Html Css Color HEX #878AAF Manatee

📋 copy color: '#878AAF'

red 135 ◦ green 138 ◦ blue 175

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

Shades of Manatee #878AAF

Tints of Manatee #878AAF

RGB

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

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

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

R = 30.13%
G = 30.8%
B = 39.06%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#878AAF (or 0x878AAF) is known color: Manatee. HEX triplet: 87, 8A and AF. RGB value is (135,138,175). Sum of RGB (Red+Green+Blue) = 135+138+175=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #878AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AAF is #787550. Grayscale: #8D8D8D. Windows color (decimal): -7894353 or 11504263. OLE color: 11504263.

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

Color convert

RGB 135 138 175 -
CMYK 0.23 0.21 0 0.31
HSL 235.5º 0.2% 0.61% -
HSV(B) 235.5º 0.23% 0.69% -
XYZ 26.82 26.42 44.24 -
YUV 141.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 135 138 175 0.23 0.21 0 0.31 235.5 0.2 0.61
Hex 87 8A AF 17 15 0 1F EC 14 3D
Octal 207 212 257 27 25 0 37 354 24 75
Binary 10000111 10001010 10101111 10111 10101 0 11111 11101100 10100 111101

Color Harmonies of #878AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AAF

Black with #878AAF

Text Example


Text Example

White with #878AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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