#7087AB

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

Shades of Ship Cove #7087AB

Tints of Ship Cove #7087AB

Color information

#7087AB (or 0x7087AB) is unknown color: approx Ship Cove. HEX triplet: 70, 87 and AB. RGB value is (112,135,171). Sum of RGB (Red+Green+Blue) = 112+135+171=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7087AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7087AB is #8F7854. Grayscale: #848484. Windows color (decimal): -9402453 or 11241328. OLE color: 11241328.

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

Color convert

RGB112135171-
CMYK0.350.2100.33
HSL216.61º25.99%55.49%-
HSV(B)216.61º34.5%67.06%-
XYZ22.723.7141.91-
YUV132.23149.88113.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=26.79%
G=32.30%
B=40.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121351710.350.2100.33216.6125.9955.49
Hex7087AB2315021d91a37
Octal16020725343250413313267
Binary111000010000111101010111000111010101000011101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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