#728FAE

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

Shades of Bermuda Grey #728FAE

Tints of Bermuda Grey #728FAE

Color information

#728FAE (or 0x728FAE) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8F and AE. RGB value is (114,143,174). Sum of RGB (Red+Green+Blue) = 114+143+174=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #728FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAE is #8D7051. Grayscale: #898989. Windows color (decimal): -9269330 or 11439986. OLE color: 11439986.

HSL color Cylindrical-coordinate representation of color #728FAE: hue angle of 211º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728FAE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114143174-
CMYK0.340.1800.32
HSL211º27.03%56.47%-
HSV(B)211º34.48%68.24%-
XYZ24.426.2843.83-
YUV137.86148.39110.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=26.45%
G=33.18%
B=40.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141431740.340.1800.3221127.0356.47
Hex728FAE2212020d31b38
Octal16221725642220403233370
Binary111001010001111101011101000101001001000001101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728FAE; }

 p { color: rgb(114,143,174); }

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

<style>
 a { background-color: #728FAE; }

 a { background-color: rgb(114,143,174); }

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

<style>
 span { border-color: #728FAE; }

 span { border-color: rgb(114,143,174); }

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