#7193AB

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

Shades of Bermuda Grey #7193AB

Tints of Bermuda Grey #7193AB

Color information

#7193AB (or 0x7193AB) is unknown color: approx Bermuda Grey. HEX triplet: 71, 93 and AB. RGB value is (113,147,171). Sum of RGB (Red+Green+Blue) = 113+147+171=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #7193AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7193AB is #8E6C54. Grayscale: #8B8B8B. Windows color (decimal): -9333845 or 11244401. OLE color: 11244401.

HSL color Cylindrical-coordinate representation of color #7193AB: hue angle of 204.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7193AB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113147171-
CMYK0.340.1400.33
HSL204.83º25.66%55.69%-
HSV(B)204.83º33.92%67.06%-
XYZ24.5927.3242.5-
YUV139.57145.74109.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=26.22%
G=34.11%
B=39.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131471710.340.1400.33204.8325.6655.69
Hex7193AB22E021cd1a38
Octal16122325342160413153270
Binary11100011001001110101011100010111001000011100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7193AB; }

 p { color: rgb(113,147,171); }

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

<style>
 a { background-color: #7193AB; }

 a { background-color: rgb(113,147,171); }

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

<style>
 span { border-color: #7193AB; }

 span { border-color: rgb(113,147,171); }

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