Html Css Color HEX #868795 Manatee

📋 copy color: '#868795'

red 134 ◦ green 135 ◦ blue 149

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

Shades of Manatee #868795

Tints of Manatee #868795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 32.06%
G = 32.3%
B = 35.65%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#868795 (or 0x868795) is known color: Manatee. HEX triplet: 86, 87 and 95. RGB value is (134,135,149). Sum of RGB (Red+Green+Blue) = 134+135+149=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #868795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868795 is #79786A. Grayscale: #888888. Windows color (decimal): -7960683 or 9799558. OLE color: 9799558.

HSL color Cylindrical-coordinate representation of color #868795: hue angle of 236º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868795 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 135 149 -
CMYK 0.10 0.09 0 0.42
HSL 236º 0.07% 0.55% -
HSV(B) 236º 0.1% 0.58% -
XYZ 23.92 24.57 31.91 -
YUV 136.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 134 135 149 0.10 0.09 0 0.42 236 0.07 0.55
Hex 86 87 95 A 9 0 2A EC 7 37
Octal 206 207 225 12 11 0 52 354 7 67
Binary 10000110 10000111 10010101 1010 1001 0 101010 11101100 111 110111

Color Harmonies of #868795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868795

Black with #868795

Text Example


Text Example

White with #868795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868795; }

 p { color: rgb(134,135,149); }

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

background-color css

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

 a { background-color: rgb(134,135,149); }

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

border-color css

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

 span { border-color: rgb(134,135,149); }

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