Html Css Color HEX #8685AD Manatee

📋 copy color: '#8685AD'

red 134 ◦ green 133 ◦ blue 173

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

Shades of Manatee #8685AD

Tints of Manatee #8685AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 30.45%
G = 30.23%
B = 39.32%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8685AD (or 0x8685AD) is known color: Manatee. HEX triplet: 86, 85 and AD. RGB value is (134,133,173). Sum of RGB (Red+Green+Blue) = 134+133+173=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8685AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8685AD is #797A52. Grayscale: #898989. Windows color (decimal): -7961171 or 11371910. OLE color: 11371910.

HSL color Cylindrical-coordinate representation of color #8685AD: hue angle of 241.5º degrees, saturation: 0.2, 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 #8685AD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 133 173 -
CMYK 0.23 0.23 0 0.32
HSL 241.5º 0.2% 0.6% -
HSV(B) 241.5º 0.23% 0.68% -
XYZ 25.76 24.86 42.98 -
YUV 137.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 134 133 173 0.23 0.23 0 0.32 241.5 0.2 0.6
Hex 86 85 AD 17 17 0 20 F2 14 3C
Octal 206 205 255 27 27 0 40 362 24 74
Binary 10000110 10000101 10101101 10111 10111 0 100000 11110010 10100 111100

Color Harmonies of #8685AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8685AD

Black with #8685AD

Text Example


Text Example

White with #8685AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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