#7085AB

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

Shades of Ship Cove #7085AB

Tints of Ship Cove #7085AB

Color information

#7085AB (or 0x7085AB) is unknown color: approx Ship Cove. HEX triplet: 70, 85 and AB. RGB value is (112,133,171). Sum of RGB (Red+Green+Blue) = 112+133+171=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #7085AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7085AB is #8F7A54. Grayscale: #828282. Windows color (decimal): -9402965 or 11240816. OLE color: 11240816.

HSL color Cylindrical-coordinate representation of color #7085AB: hue angle of 218.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7085AB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112133171-
CMYK0.350.2200.33
HSL218.64º25.99%55.49%-
HSV(B)218.64º34.5%67.06%-
XYZ22.4223.1641.82-
YUV131.05150.54114.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=26.92%
G=31.97%
B=41.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121331710.350.2200.33218.6425.9955.49
Hex7085AB2316021db1a37
Octal16020525343260413333267
Binary111000010000101101010111000111011001000011101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7085AB; }

 p { color: rgb(112,133,171); }

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

<style>
 a { background-color: #7085AB; }

 a { background-color: rgb(112,133,171); }

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

<style>
 span { border-color: #7085AB; }

 span { border-color: rgb(112,133,171); }

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