#8691AD

Color #8691AD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8691AD

Tints of Ship Cove #8691AD

Color information

#8691AD (or 0x8691AD) is unknown color: approx Ship Cove. HEX triplet: 86, 91 and AD. RGB value is (134,145,173). Sum of RGB (Red+Green+Blue) = 134+145+173=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #8691AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8691AD is #796E52. Grayscale: #909090. Windows color (decimal): -7958099 or 11374982. OLE color: 11374982.

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

Color convert

RGB134145173-
CMYK0.230.1600.32
HSL223.08º19.21%60.2%-
HSV(B)223.08º22.54%67.84%-
XYZ27.528.3443.56-
YUV144.9143.86120.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=29.65%
G=32.08%
B=38.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341451730.230.1600.32223.0819.2160.2
Hex8691AD1710020df133c
Octal20622125527200403372374
Binary100001101001000110101101101111000001000001101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8691AD;
 }
 .AnyTagClassName
 {
   color: #8691AD;
 }
</style>
background-color css

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

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

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

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

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

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