#7094AD

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

Shades of Bermuda Grey #7094AD

Tints of Bermuda Grey #7094AD

Color information

#7094AD (or 0x7094AD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 94 and AD. RGB value is (112,148,173). Sum of RGB (Red+Green+Blue) = 112+148+173=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #7094AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7094AD is #8F6B52. Grayscale: #8B8B8B. Windows color (decimal): -9399123 or 11375728. OLE color: 11375728.

HSL color Cylindrical-coordinate representation of color #7094AD: hue angle of 204.59º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7094AD is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112148173-
CMYK0.350.1400.32
HSL204.59º27.11%55.88%-
HSV(B)204.59º35.26%67.84%-
XYZ24.8127.6443.56-
YUV140.09146.57107.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=25.87%
G=34.18%
B=39.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121481730.350.1400.32204.5927.1155.88
Hex7094AD23E020cd1b38
Octal16022425543160403153370
Binary11100001001010010101101100011111001000001100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7094AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7094AD; }

 p { color: rgb(112,148,173); }

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

<style>
 a { background-color: #7094AD; }

 a { background-color: rgb(112,148,173); }

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

<style>
 span { border-color: #7094AD; }

 span { border-color: rgb(112,148,173); }

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