#8292AD

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

Shades of Ship Cove #8292AD

Tints of Ship Cove #8292AD

Color information

#8292AD (or 0x8292AD) is unknown color: approx Ship Cove. HEX triplet: 82, 92 and AD. RGB value is (130,146,173). Sum of RGB (Red+Green+Blue) = 130+146+173=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #8292AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8292AD is #7D6D52. Grayscale: #909090. Windows color (decimal): -8219987 or 11375234. OLE color: 11375234.

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

Color convert

RGB130146173-
CMYK0.250.1600.32
HSL217.67º20.77%59.41%-
HSV(B)217.67º24.86%67.84%-
XYZ27.0328.3243.58-
YUV144.29144.2117.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=28.95%
G=32.52%
B=38.53%

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
Decimal1301461730.250.1600.32217.6720.7759.41
Hex8292AD1910020da153b
Octal20222225531200403322573
Binary100000101001001010101101110011000001000001101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8292AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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