Html Css Color HEX #868897 Manatee

📋 copy color: '#868897'

red 134 ◦ green 136 ◦ blue 151

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

Shades of Manatee #868897

Tints of Manatee #868897

RGB

 RED value IS 134 (52.73% from 255) = 31.83%

 GREEN value IS 136 (53.52% from 255) = 32.3%

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 31.83%
G = 32.3%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#868897 (or 0x868897) is known color: Manatee. HEX triplet: 86, 88 and 97. RGB value is (134,136,151). Sum of RGB (Red+Green+Blue) = 134+136+151=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 151 - color contains mainly: blue. Hex color #868897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868897 is #797768. Grayscale: #898989. Windows color (decimal): -7960425 or 9930886. OLE color: 9930886.

HSL color Cylindrical-coordinate representation of color #868897: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868897 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 136 151 -
CMYK 0.11 0.10 0 0.41
HSL 232.94º 0.08% 0.56% -
HSV(B) 232.94º 0.11% 0.59% -
XYZ 24.22 24.91 32.81 -
YUV 137.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 134 136 151 0.11 0.10 0 0.41 232.94 0.08 0.56
Hex 86 88 97 B A 0 29 E9 8 38
Octal 206 210 227 13 12 0 51 351 10 70
Binary 10000110 10001000 10010111 1011 1010 0 101001 11101001 1000 111000

Color Harmonies of #868897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868897

Black with #868897

Text Example


Text Example

White with #868897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868897; }

 p { color: rgb(134,136,151); }

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

background-color css

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

 a { background-color: rgb(134,136,151); }

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

border-color css

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

 span { border-color: rgb(134,136,151); }

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