#7080A7

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

Shades of Ship Cove #7080A7

Tints of Ship Cove #7080A7

Color information

#7080A7 (or 0x7080A7) is unknown color: approx Ship Cove. HEX triplet: 70, 80 and A7. RGB value is (112,128,167). Sum of RGB (Red+Green+Blue) = 112+128+167=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #7080A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7080A7 is #8F7F58. Grayscale: #7F7F7F. Windows color (decimal): -9404249 or 10977392. OLE color: 10977392.

HSL color Cylindrical-coordinate representation of color #7080A7: hue angle of 222.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7080A7 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112128167-
CMYK0.330.2300.35
HSL222.55º23.81%54.71%-
HSV(B)222.55º32.93%65.49%-
XYZ21.3821.6739.62-
YUV127.66150.2116.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 167 (65.62% from 255) = 41.03%
R=27.52%
G=31.45%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121281670.330.2300.35222.5523.8154.71
Hex7080A72117023df1837
Octal16020024741270433373067
Binary111000010000000101001111000011011101000111101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7080A7; }

 p { color: rgb(112,128,167); }

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

<style>
 a { background-color: #7080A7; }

 a { background-color: rgb(112,128,167); }

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

<style>
 span { border-color: #7080A7; }

 span { border-color: rgb(112,128,167); }

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