#8291AD

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

Shades of Ship Cove #8291AD

Tints of Ship Cove #8291AD

Color information

#8291AD (or 0x8291AD) is unknown color: approx Ship Cove. HEX triplet: 82, 91 and AD. RGB value is (130,145,173). Sum of RGB (Red+Green+Blue) = 130+145+173=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #8291AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8291AD is #7D6E52. Grayscale: #8F8F8F. Windows color (decimal): -8220243 or 11374978. OLE color: 11374978.

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

Color convert

RGB130145173-
CMYK0.250.1600.32
HSL219.07º20.77%59.41%-
HSV(B)219.07º24.86%67.84%-
XYZ26.8728.0143.53-
YUV143.71144.53118.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=29.02%
G=32.37%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301451730.250.1600.32219.0720.7759.41
Hex8291AD1910020db153b
Octal20222125531200403332573
Binary100000101001000110101101110011000001000001101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8291AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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