#8692AA

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

Shades of Ship Cove #8692AA

Tints of Ship Cove #8692AA

Color information

#8692AA (or 0x8692AA) is unknown color: approx Ship Cove. HEX triplet: 86, 92 and AA. RGB value is (134,146,170). Sum of RGB (Red+Green+Blue) = 134+146+170=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8692AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8692AA is #796D55. Grayscale: #919191. Windows color (decimal): -7957846 or 11178630. OLE color: 11178630.

HSL color Cylindrical-coordinate representation of color #8692AA: hue angle of 220º 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 #8692AA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134146170-
CMYK0.210.1400.33
HSL220º17.48%59.61%-
HSV(B)220º21.18%66.67%-
XYZ27.3728.5342.09-
YUV145.15142.02120.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=29.78%
G=32.44%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341461700.210.1400.3322017.4859.61
Hex8692AA15E021dc113c
Octal20622225225160413342174
Binary10000110100100101010101010101111001000011101110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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