#7080AD

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

Shades of Ship Cove #7080AD

Tints of Ship Cove #7080AD

Color information

#7080AD (or 0x7080AD) is unknown color: approx Ship Cove. HEX triplet: 70, 80 and AD. RGB value is (112,128,173). Sum of RGB (Red+Green+Blue) = 112+128+173=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #7080AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7080AD is #8F7F52. Grayscale: #808080. Windows color (decimal): -9404243 or 11370608. OLE color: 11370608.

HSL color Cylindrical-coordinate representation of color #7080AD: hue angle of 224.26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7080AD is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112128173-
CMYK0.350.2600.32
HSL224.26º27.11%55.88%-
HSV(B)224.26º35.26%67.84%-
XYZ21.9421.942.61-
YUV128.35153.2116.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=27.12%
G=30.99%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121281730.350.2600.32224.2627.1155.88
Hex7080AD231A020e01b38
Octal16020025543320403403370
Binary111000010000000101011011000111101001000001110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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