#7093AC

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

Shades of Bermuda Grey #7093AC

Tints of Bermuda Grey #7093AC

Color information

#7093AC (or 0x7093AC) is unknown color: approx Bermuda Grey. HEX triplet: 70, 93 and AC. RGB value is (112,147,172). Sum of RGB (Red+Green+Blue) = 112+147+172=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #7093AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7093AC is #8F6C53. Grayscale: #8B8B8B. Windows color (decimal): -9399380 or 11309936. OLE color: 11309936.

HSL color Cylindrical-coordinate representation of color #7093AC: hue angle of 205º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7093AC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112147172-
CMYK0.350.1500.33
HSL205º26.55%55.69%-
HSV(B)205º34.88%67.45%-
XYZ24.5627.2943-
YUV139.38146.4108.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=25.99%
G=34.11%
B=39.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121471720.350.1500.3320526.5555.69
Hex7093AC23F021cd1b38
Octal16022325443170413153370
Binary11100001001001110101100100011111101000011100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7093AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7093AC; }

 p { color: rgb(112,147,172); }

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

<style>
 a { background-color: #7093AC; }

 a { background-color: rgb(112,147,172); }

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

<style>
 span { border-color: #7093AC; }

 span { border-color: rgb(112,147,172); }

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