#7085AA

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

Shades of Ship Cove #7085AA

Tints of Ship Cove #7085AA

Color information

#7085AA (or 0x7085AA) is unknown color: approx Ship Cove. HEX triplet: 70, 85 and AA. RGB value is (112,133,170). Sum of RGB (Red+Green+Blue) = 112+133+170=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7085AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7085AA is #8F7A55. Grayscale: #828282. Windows color (decimal): -9402966 or 11175280. OLE color: 11175280.

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

Color convert

RGB112133170-
CMYK0.340.2200.33
HSL218.28º25.44%55.29%-
HSV(B)218.28º34.12%66.67%-
XYZ22.3323.1241.32-
YUV130.94150.04114.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=26.99%
G=32.05%
B=40.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121331700.340.2200.33218.2825.4455.29
Hex7085AA2216021da1937
Octal16020525242260413323167
Binary111000010000101101010101000101011001000011101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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