#7190AA

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

Shades of Bermuda Grey #7190AA

Tints of Bermuda Grey #7190AA

Color information

#7190AA (or 0x7190AA) is unknown color: approx Bermuda Grey. HEX triplet: 71, 90 and AA. RGB value is (113,144,170). Sum of RGB (Red+Green+Blue) = 113+144+170=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #7190AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7190AA is #8E6F55. Grayscale: #898989. Windows color (decimal): -9334614 or 11178097. OLE color: 11178097.

HSL color Cylindrical-coordinate representation of color #7190AA: hue angle of 207.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7190AA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113144170-
CMYK0.340.1500.33
HSL207.37º25.11%55.49%-
HSV(B)207.37º33.53%66.67%-
XYZ24.0426.3641.85-
YUV137.7146.23110.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=26.46%
G=33.72%
B=39.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131441700.340.1500.33207.3725.1155.49
Hex7190AA22F021cf1937
Octal16122025242170413173167
Binary11100011001000010101010100010111101000011100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7190AA; }

 p { color: rgb(113,144,170); }

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

<style>
 a { background-color: #7190AA; }

 a { background-color: rgb(113,144,170); }

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

<style>
 span { border-color: #7190AA; }

 span { border-color: rgb(113,144,170); }

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