#8292AA

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

Shades of Ship Cove #8292AA

Tints of Ship Cove #8292AA

Color information

#8292AA (or 0x8292AA) is unknown color: approx Ship Cove. HEX triplet: 82, 92 and AA. RGB value is (130,146,170). Sum of RGB (Red+Green+Blue) = 130+146+170=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #8292AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8292AA is #7D6D55. Grayscale: #8F8F8F. Windows color (decimal): -8219990 or 11178626. OLE color: 11178626.

HSL color Cylindrical-coordinate representation of color #8292AA: hue angle of 216º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8292AA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130146170-
CMYK0.240.1400.33
HSL216º19.05%58.82%-
HSV(B)216º23.53%66.67%-
XYZ26.7428.2142.07-
YUV143.95142.7118.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=29.15%
G=32.74%
B=38.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301461700.240.1400.3321619.0558.82
Hex8292AA18E021d8133b
Octal20222225230160413302373
Binary10000010100100101010101011000111001000011101100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8292AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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