#7A93A5

Color #7A93A5 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7A93A5

Tints of Bermuda Grey #7A93A5

Color information

#7A93A5 (or 0x7A93A5) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 93 and A5. RGB value is (122,147,165). Sum of RGB (Red+Green+Blue) = 122+147+165=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A93A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A93A5 is #856C5A. Grayscale: #8D8D8D. Windows color (decimal): -8744027 or 10851194. OLE color: 10851194.

HSL color Cylindrical-coordinate representation of color #7A93A5: hue angle of 205.12º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A93A5 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB122147165-
CMYK0.260.1100.35
HSL205.12º19.28%56.27%-
HSV(B)205.12º26.06%64.71%-
XYZ25.2527.7239.62-
YUV141.58141.22114.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=28.11%
G=33.87%
B=38.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221471650.260.1100.35205.1219.2856.27
Hex7A93A51AB023cd1338
Octal17222324532130433152370
Binary1111010100100111010010111010101101000111100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,147,165); }

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

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

 a { background-color: rgb(122,147,165); }

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

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

 span { border-color: rgb(122,147,165); }

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