#7990AA

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

Shades of Ship Cove #7990AA

Tints of Ship Cove #7990AA

Color information

#7990AA (or 0x7990AA) is unknown color: approx Ship Cove. HEX triplet: 79, 90 and AA. RGB value is (121,144,170). Sum of RGB (Red+Green+Blue) = 121+144+170=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7990AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7990AA is #866F55. Grayscale: #8B8B8B. Windows color (decimal): -8810326 or 11178105. OLE color: 11178105.

HSL color Cylindrical-coordinate representation of color #7990AA: hue angle of 211.84º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7990AA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121144170-
CMYK0.290.1500.33
HSL211.84º22.37%57.06%-
HSV(B)211.84º28.82%66.67%-
XYZ25.1126.9141.9-
YUV140.09144.88114.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=27.82%
G=33.10%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211441700.290.1500.33211.8422.3757.06
Hex7990AA1DF021d41639
Octal17122025235170413242671
Binary1111001100100001010101011101111101000011101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7990AA; }

 p { color: rgb(121,144,170); }

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

<style>
 a { background-color: #7990AA; }

 a { background-color: rgb(121,144,170); }

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

<style>
 span { border-color: #7990AA; }

 span { border-color: rgb(121,144,170); }

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