#7992AE

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

Shades of Ship Cove #7992AE

Tints of Ship Cove #7992AE

Color information

#7992AE (or 0x7992AE) is unknown color: approx Ship Cove. HEX triplet: 79, 92 and AE. RGB value is (121,146,174). Sum of RGB (Red+Green+Blue) = 121+146+174=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #7992AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7992AE is #866D51. Grayscale: #8D8D8D. Windows color (decimal): -8809810 or 11440761. OLE color: 11440761.

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

Color convert

RGB121146174-
CMYK0.300.1600.32
HSL211.7º24.65%57.84%-
HSV(B)211.7º30.46%68.24%-
XYZ25.827.6844.03-
YUV141.72146.22113.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=27.44%
G=33.11%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211461740.300.1600.32211.724.6557.84
Hex7992AE1E10020d4193a
Octal17122225636200403243172
Binary11110011001001010101110111101000001000001101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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