Html Css Color HEX #8689AA Manatee

📋 copy color: '#8689AA'

red 134 ◦ green 137 ◦ blue 170

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

Shades of Manatee #8689AA

Tints of Manatee #8689AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 30.39%
G = 31.07%
B = 38.55%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8689AA (or 0x8689AA) is known color: Manatee. HEX triplet: 86, 89 and AA. RGB value is (134,137,170). Sum of RGB (Red+Green+Blue) = 134+137+170=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #8689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8689AA is #797655. Grayscale: #8B8B8B. Windows color (decimal): -7960150 or 11176326. OLE color: 11176326.

HSL color Cylindrical-coordinate representation of color #8689AA: hue angle of 235º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8689AA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 137 170 -
CMYK 0.21 0.19 0 0.33
HSL 235º 0.17% 0.6% -
HSV(B) 235º 0.21% 0.67% -
XYZ 26.03 25.86 41.65 -
YUV 139.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 134 137 170 0.21 0.19 0 0.33 235 0.17 0.6
Hex 86 89 AA 15 13 0 21 EB 11 3C
Octal 206 211 252 25 23 0 41 353 21 74
Binary 10000110 10001001 10101010 10101 10011 0 100001 11101011 10001 111100

Color Harmonies of #8689AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689AA

Black with #8689AA

Text Example


Text Example

White with #8689AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8689AA; }

 p { color: rgb(134,137,170); }

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

background-color css

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

 a { background-color: rgb(134,137,170); }

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

border-color css

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

 span { border-color: rgb(134,137,170); }

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