#7189A9

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

Shades of Ship Cove #7189A9

Tints of Ship Cove #7189A9

Color information

#7189A9 (or 0x7189A9) is unknown color: approx Ship Cove. HEX triplet: 71, 89 and A9. RGB value is (113,137,169). Sum of RGB (Red+Green+Blue) = 113+137+169=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #7189A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7189A9 is #8E7656. Grayscale: #858585. Windows color (decimal): -9336407 or 11110769. OLE color: 11110769.

HSL color Cylindrical-coordinate representation of color #7189A9: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7189A9 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113137169-
CMYK0.330.1900.34
HSL214.29º24.56%55.29%-
HSV(B)214.29º33.14%66.27%-
XYZ22.9224.2741.01-
YUV133.47148.05113.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=26.97%
G=32.70%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131371690.330.1900.34214.2924.5655.29
Hex7189A92113022d61937
Octal16121125141230423263167
Binary111000110001001101010011000011001101000101101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7189A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7189A9; }

 p { color: rgb(113,137,169); }

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

<style>
 a { background-color: #7189A9; }

 a { background-color: rgb(113,137,169); }

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

<style>
 span { border-color: #7189A9; }

 span { border-color: rgb(113,137,169); }

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