#7087AA

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

Shades of Ship Cove #7087AA

Tints of Ship Cove #7087AA

Color information

#7087AA (or 0x7087AA) is unknown color: approx Ship Cove. HEX triplet: 70, 87 and AA. RGB value is (112,135,170). Sum of RGB (Red+Green+Blue) = 112+135+170=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #7087AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7087AA is #8F7855. Grayscale: #838383. Windows color (decimal): -9402454 or 11175792. OLE color: 11175792.

HSL color Cylindrical-coordinate representation of color #7087AA: hue angle of 216.21º 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 #7087AA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112135170-
CMYK0.340.2100.33
HSL216.21º25.44%55.29%-
HSV(B)216.21º34.12%66.67%-
XYZ22.623.6741.41-
YUV132.11149.38113.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=26.86%
G=32.37%
B=40.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121351700.340.2100.33216.2125.4455.29
Hex7087AA2215021d81937
Octal16020725242250413303167
Binary111000010000111101010101000101010101000011101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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