#7A92AE

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

Shades of Ship Cove #7A92AE

Tints of Ship Cove #7A92AE

Color information

#7A92AE (or 0x7A92AE) is unknown color: approx Ship Cove. HEX triplet: 7A, 92 and AE. RGB value is (122,146,174). Sum of RGB (Red+Green+Blue) = 122+146+174=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A92AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A92AE is #856D51. Grayscale: #8D8D8D. Windows color (decimal): -8744274 or 11440762. OLE color: 11440762.

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

Color convert

RGB122146174-
CMYK0.300.1600.32
HSL212.31º24.3%58.04%-
HSV(B)212.31º29.89%68.24%-
XYZ25.9427.7544.03-
YUV142.02146.05113.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=27.60%
G=33.03%
B=39.37%

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
Decimal1221461740.300.1600.32212.3124.358.04
Hex7A92AE1E10020d4183a
Octal17222225636200403243072
Binary11110101001001010101110111101000001000001101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A92AE; }

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

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

<style>
 a { background-color: #7A92AE; }

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

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

<style>
 span { border-color: #7A92AE; }

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

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