#7990AE

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

Shades of Ship Cove #7990AE

Tints of Ship Cove #7990AE

Color information

#7990AE (or 0x7990AE) is unknown color: approx Ship Cove. HEX triplet: 79, 90 and AE. RGB value is (121,144,174). Sum of RGB (Red+Green+Blue) = 121+144+174=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #7990AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7990AE is #866F51. Grayscale: #8C8C8C. Windows color (decimal): -8810322 or 11440249. OLE color: 11440249.

HSL color Cylindrical-coordinate representation of color #7990AE: hue angle of 213.96º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7990AE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121144174-
CMYK0.300.1700.32
HSL213.96º24.65%57.84%-
HSV(B)213.96º30.46%68.24%-
XYZ25.527.0743.93-
YUV140.54146.88114.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=27.56%
G=32.80%
B=39.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211441740.300.1700.32213.9624.6557.84
Hex7990AE1E11020d6193a
Octal17122025636210403263172
Binary11110011001000010101110111101000101000001101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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