Html Css Color HEX #868D9C Manatee

📋 copy color: '#868D9C'

red 134 ◦ green 141 ◦ blue 156

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

Shades of Manatee #868D9C

Tints of Manatee #868D9C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 31.09%
G = 32.71%
B = 36.19%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#868D9C (or 0x868D9C) is known color: Manatee. HEX triplet: 86, 8D and 9C. RGB value is (134,141,156). Sum of RGB (Red+Green+Blue) = 134+141+156=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #868D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868D9C is #797263. Grayscale: #8C8C8C. Windows color (decimal): -7959140 or 10259846. OLE color: 10259846.

HSL color Cylindrical-coordinate representation of color #868D9C: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868D9C is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 141 156 -
CMYK 0.14 0.10 0 0.39
HSL 220.91º 0.1% 0.57% -
HSV(B) 220.91º 0.14% 0.61% -
XYZ 25.36 26.52 35.23 -
YUV 140.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 134 141 156 0.14 0.10 0 0.39 220.91 0.1 0.57
Hex 86 8D 9C E A 0 27 DD A 39
Octal 206 215 234 16 12 0 47 335 12 71
Binary 10000110 10001101 10011100 1110 1010 0 100111 11011101 1010 111001

Color Harmonies of #868D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868D9C

Black with #868D9C

Text Example


Text Example

White with #868D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868D9C; }

 p { color: rgb(134,141,156); }

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

background-color css

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

 a { background-color: rgb(134,141,156); }

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

border-color css

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

 span { border-color: rgb(134,141,156); }

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