#8092AA

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

Shades of Ship Cove #8092AA

Tints of Ship Cove #8092AA

Color information

#8092AA (or 0x8092AA) is unknown color: approx Ship Cove. HEX triplet: 80, 92 and AA. RGB value is (128,146,170). Sum of RGB (Red+Green+Blue) = 128+146+170=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #8092AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8092AA is #7F6D55. Grayscale: #8F8F8F. Windows color (decimal): -8351062 or 11178624. OLE color: 11178624.

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

Color convert

RGB128146170-
CMYK0.250.1400.33
HSL214.29º19.81%58.43%-
HSV(B)214.29º24.71%66.67%-
XYZ26.4428.0542.05-
YUV143.35143.04117.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=28.83%
G=32.88%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281461700.250.1400.33214.2919.8158.43
Hex8092AA19E021d6143a
Octal20022225231160413262472
Binary10000000100100101010101011001111001000011101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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