#7892AE

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

Shades of Ship Cove #7892AE

Tints of Ship Cove #7892AE

Color information

#7892AE (or 0x7892AE) is unknown color: approx Ship Cove. HEX triplet: 78, 92 and AE. RGB value is (120,146,174). Sum of RGB (Red+Green+Blue) = 120+146+174=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 146 (57.42% from 255 or 33.18% 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 #7892AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7892AE is #876D51. Grayscale: #8D8D8D. Windows color (decimal): -8875346 or 11440760. OLE color: 11440760.

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

Color convert

RGB120146174-
CMYK0.310.1600.32
HSL211.11º25%57.65%-
HSV(B)211.11º31.03%68.24%-
XYZ25.6627.6144.02-
YUV141.42146.39112.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=27.27%
G=33.18%
B=39.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201461740.310.1600.32211.112557.65
Hex7892AE1F10020d3193a
Octal17022225637200403233172
Binary11110001001001010101110111111000001000001101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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