Html Css Color HEX #8689AD Manatee

📋 copy color: '#8689AD'

red 134 ◦ green 137 ◦ blue 173

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

Shades of Manatee #8689AD

Tints of Manatee #8689AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 30.18%
G = 30.86%
B = 38.96%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8689AD (or 0x8689AD) is known color: Manatee. HEX triplet: 86, 89 and AD. RGB value is (134,137,173). Sum of RGB (Red+Green+Blue) = 134+137+173=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #8689AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8689AD is #797652. Grayscale: #8C8C8C. Windows color (decimal): -7960147 or 11372934. OLE color: 11372934.

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

Color convert

RGB 134 137 173 -
CMYK 0.23 0.21 0 0.32
HSL 235.38º 0.19% 0.6% -
HSV(B) 235.38º 0.23% 0.68% -
XYZ 26.32 25.98 43.16 -
YUV 140.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 134 137 173 0.23 0.21 0 0.32 235.38 0.19 0.6
Hex 86 89 AD 17 15 0 20 EB 13 3C
Octal 206 211 255 27 25 0 40 353 23 74
Binary 10000110 10001001 10101101 10111 10101 0 100000 11101011 10011 111100

Color Harmonies of #8689AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689AD

Black with #8689AD

Text Example


Text Example

White with #8689AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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