#7092AD

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

Shades of Bermuda Grey #7092AD

Tints of Bermuda Grey #7092AD

Color information

#7092AD (or 0x7092AD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 92 and AD. RGB value is (112,146,173). Sum of RGB (Red+Green+Blue) = 112+146+173=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #7092AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7092AD is #8F6D52. Grayscale: #8A8A8A. Windows color (decimal): -9399635 or 11375216. OLE color: 11375216.

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

Color convert

RGB112146173-
CMYK0.350.1600.32
HSL206.56º27.11%55.88%-
HSV(B)206.56º35.26%67.84%-
XYZ24.527.0243.46-
YUV138.91147.24108.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=25.99%
G=33.87%
B=40.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121461730.350.1600.32206.5627.1155.88
Hex7092AD2310020cf1b38
Octal16022225543200403173370
Binary111000010010010101011011000111000001000001100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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