#7289AB

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

Shades of Ship Cove #7289AB

Tints of Ship Cove #7289AB

Color information

#7289AB (or 0x7289AB) is unknown color: approx Ship Cove. HEX triplet: 72, 89 and AB. RGB value is (114,137,171). Sum of RGB (Red+Green+Blue) = 114+137+171=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7289AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7289AB is #8D7654. Grayscale: #858585. Windows color (decimal): -9270869 or 11241842. OLE color: 11241842.

HSL color Cylindrical-coordinate representation of color #7289AB: hue angle of 215.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7289AB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114137171-
CMYK0.330.2000.33
HSL215.79º25.33%55.88%-
HSV(B)215.79º33.33%67.06%-
XYZ23.2424.4142.01-
YUV134148.88113.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=27.01%
G=32.46%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141371710.330.2000.33215.7925.3355.88
Hex7289AB2114021d81938
Octal16221125341240413303170
Binary111001010001001101010111000011010001000011101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,137,171); }

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

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

 a { background-color: rgb(114,137,171); }

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

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

 span { border-color: rgb(114,137,171); }

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