#7489AB

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

Shades of Ship Cove #7489AB

Tints of Ship Cove #7489AB

Color information

#7489AB (or 0x7489AB) is unknown color: approx Ship Cove. HEX triplet: 74, 89 and AB. RGB value is (116,137,171). Sum of RGB (Red+Green+Blue) = 116+137+171=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #7489AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7489AB is #8B7654. Grayscale: #868686. Windows color (decimal): -9139797 or 11241844. OLE color: 11241844.

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

Color convert

RGB116137171-
CMYK0.320.2000.33
HSL217.09º24.66%56.27%-
HSV(B)217.09º32.16%67.06%-
XYZ23.524.5442.03-
YUV134.6148.54114.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=27.36%
G=32.31%
B=40.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161371710.320.2000.33217.0924.6656.27
Hex7489AB2014021d91938
Octal16421125340240413313170
Binary111010010001001101010111000001010001000011101100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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