Html Css Color HEX #868893 Manatee

📋 copy color: '#868893'

red 134 ◦ green 136 ◦ blue 147

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

Shades of Manatee #868893

Tints of Manatee #868893

RGB

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

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

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

R = 32.13%
G = 32.61%
B = 35.25%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#868893 (or 0x868893) is known color: Manatee. HEX triplet: 86, 88 and 93. RGB value is (134,136,147). Sum of RGB (Red+Green+Blue) = 134+136+147=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #868893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868893 is #79776C. Grayscale: #888888. Windows color (decimal): -7960429 or 9668742. OLE color: 9668742.

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

Color convert

RGB 134 136 147 -
CMYK 0.09 0.07 0 0.42
HSL 230.77º 0.06% 0.55% -
HSV(B) 230.77º 0.09% 0.58% -
XYZ 23.9 24.78 31.13 -
YUV 136.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 134 136 147 0.09 0.07 0 0.42 230.77 0.06 0.55
Hex 86 88 93 9 7 0 2A E7 6 37
Octal 206 210 223 11 7 0 52 347 6 67
Binary 10000110 10001000 10010011 1001 111 0 101010 11100111 110 110111

Color Harmonies of #868893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868893

Black with #868893

Text Example


Text Example

White with #868893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868893; }

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

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

background-color css

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

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

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

border-color css

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

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

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