#7B89AB

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

Shades of Ship Cove #7B89AB

Tints of Ship Cove #7B89AB

Color information

#7B89AB (or 0x7B89AB) is unknown color: approx Ship Cove. HEX triplet: 7B, 89 and AB. RGB value is (123,137,171). Sum of RGB (Red+Green+Blue) = 123+137+171=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B89AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B89AB is #847654. Grayscale: #888888. Windows color (decimal): -8681045 or 11241851. OLE color: 11241851.

HSL color Cylindrical-coordinate representation of color #7B89AB: hue angle of 222.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B89AB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123137171-
CMYK0.280.2000.33
HSL222.5º22.22%57.65%-
HSV(B)222.5º28.07%67.06%-
XYZ24.4625.0442.07-
YUV136.69147.36118.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=28.54%
G=31.79%
B=39.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231371710.280.2000.33222.522.2257.65
Hex7B89AB1C14021de163a
Octal17321125334240413362672
Binary11110111000100110101011111001010001000011101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B89AB; }

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

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

<style>
 a { background-color: #7B89AB; }

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

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

<style>
 span { border-color: #7B89AB; }

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

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