#8693AD

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

Shades of Ship Cove #8693AD

Tints of Ship Cove #8693AD

Color information

#8693AD (or 0x8693AD) is unknown color: approx Ship Cove. HEX triplet: 86, 93 and AD. RGB value is (134,147,173). Sum of RGB (Red+Green+Blue) = 134+147+173=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #8693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8693AD is #796C52. Grayscale: #919191. Windows color (decimal): -7957587 or 11375494. OLE color: 11375494.

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

Color convert

RGB134147173-
CMYK0.230.1500.32
HSL220º19.21%60.2%-
HSV(B)220º22.54%67.84%-
XYZ27.8128.9543.66-
YUV146.08143.19119.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=29.52%
G=32.38%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341471730.230.1500.3222019.2160.2
Hex8693AD17F020dc133c
Octal20622325527170403342374
Binary10000110100100111010110110111111101000001101110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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