Html Css Color HEX #878A93 Manatee

📋 copy color: '#878A93'

red 135 ◦ green 138 ◦ blue 147

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

Shades of Manatee #878A93

Tints of Manatee #878A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35%

R = 32.14%
G = 32.86%
B = 35%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#878A93 (or 0x878A93) is known color: Manatee. HEX triplet: 87, 8A and 93. RGB value is (135,138,147). Sum of RGB (Red+Green+Blue) = 135+138+147=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #878A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A93 is #78756C. Grayscale: #8A8A8A. Windows color (decimal): -7894381 or 9669255. OLE color: 9669255.

HSL color Cylindrical-coordinate representation of color #878A93: hue angle of 225º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878A93 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 138 147 -
CMYK 0.08 0.06 0 0.42
HSL 225º 0.05% 0.55% -
HSV(B) 225º 0.08% 0.58% -
XYZ 24.35 25.43 31.23 -
YUV 138.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 135 138 147 0.08 0.06 0 0.42 225 0.05 0.55
Hex 87 8A 93 8 6 0 2A E1 5 37
Octal 207 212 223 10 6 0 52 341 5 67
Binary 10000111 10001010 10010011 1000 110 0 101010 11100001 101 110111

Color Harmonies of #878A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A93

Black with #878A93

Text Example


Text Example

White with #878A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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