#8294AD

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

Shades of Ship Cove #8294AD

Tints of Ship Cove #8294AD

Color information

#8294AD (or 0x8294AD) is unknown color: approx Ship Cove. HEX triplet: 82, 94 and AD. RGB value is (130,148,173). Sum of RGB (Red+Green+Blue) = 130+148+173=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8294AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8294AD is #7D6B52. Grayscale: #919191. Windows color (decimal): -8219475 or 11375746. OLE color: 11375746.

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

Color convert

RGB130148173-
CMYK0.250.1400.32
HSL214.88º20.77%59.41%-
HSV(B)214.88º24.86%67.84%-
XYZ27.3428.9443.68-
YUV145.47143.54116.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=28.82%
G=32.82%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301481730.250.1400.32214.8820.7759.41
Hex8294AD19E020d7153b
Octal20222425531160403272573
Binary10000010100101001010110111001111001000001101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,148,173); }

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

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

 a { background-color: rgb(130,148,173); }

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

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

 span { border-color: rgb(130,148,173); }

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