#7090AD

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

Shades of Bermuda Grey #7090AD

Tints of Bermuda Grey #7090AD

Color information

#7090AD (or 0x7090AD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 90 and AD. RGB value is (112,144,173). Sum of RGB (Red+Green+Blue) = 112+144+173=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #7090AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090AD is #8F6F52. Grayscale: #898989. Windows color (decimal): -9400147 or 11374704. OLE color: 11374704.

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

Color convert

RGB112144173-
CMYK0.350.1700.32
HSL208.52º27.11%55.88%-
HSV(B)208.52º35.26%67.84%-
XYZ24.226.4143.36-
YUV137.74147.9109.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=26.11%
G=33.57%
B=40.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121441730.350.1700.32208.5227.1155.88
Hex7090AD2311020d11b38
Octal16022025543210403213370
Binary111000010010000101011011000111000101000001101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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