#7991AE

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

Shades of Ship Cove #7991AE

Tints of Ship Cove #7991AE

Color information

#7991AE (or 0x7991AE) is unknown color: approx Ship Cove. HEX triplet: 79, 91 and AE. RGB value is (121,145,174). Sum of RGB (Red+Green+Blue) = 121+145+174=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #7991AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7991AE is #866E51. Grayscale: #8C8C8C. Windows color (decimal): -8810066 or 11440505. OLE color: 11440505.

HSL color Cylindrical-coordinate representation of color #7991AE: hue angle of 212.83º 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 #7991AE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121145174-
CMYK0.300.1700.32
HSL212.83º24.65%57.84%-
HSV(B)212.83º30.46%68.24%-
XYZ25.6527.3743.98-
YUV141.13146.55113.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=27.5%
G=32.95%
B=39.55%

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
Decimal1211451740.300.1700.32212.8324.6557.84
Hex7991AE1E11020d5193a
Octal17122125636210403253172
Binary11110011001000110101110111101000101000001101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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