#7197AB

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

Shades of Bermuda Grey #7197AB

Tints of Bermuda Grey #7197AB

Color information

#7197AB (or 0x7197AB) is unknown color: approx Bermuda Grey. HEX triplet: 71, 97 and AB. RGB value is (113,151,171). Sum of RGB (Red+Green+Blue) = 113+151+171=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7197AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7197AB is #8E6854. Grayscale: #8D8D8D. Windows color (decimal): -9332821 or 11245425. OLE color: 11245425.

HSL color Cylindrical-coordinate representation of color #7197AB: hue angle of 200.69º 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 #7197AB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113151171-
CMYK0.340.1200.33
HSL200.69º25.66%55.69%-
HSV(B)200.69º33.92%67.06%-
XYZ25.2328.5842.72-
YUV141.92144.41107.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=25.98%
G=34.71%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131511710.340.1200.33200.6925.6655.69
Hex7197AB22C021c91a38
Octal16122725342140413113270
Binary11100011001011110101011100010110001000011100100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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