#728CA9

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

Shades of Bermuda Grey #728CA9

Tints of Bermuda Grey #728CA9

Color information

#728CA9 (or 0x728CA9) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8C and A9. RGB value is (114,140,169). Sum of RGB (Red+Green+Blue) = 114+140+169=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #728CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CA9 is #8D7356. Grayscale: #878787. Windows color (decimal): -9270103 or 11111538. OLE color: 11111538.

HSL color Cylindrical-coordinate representation of color #728CA9: hue angle of 211.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728CA9 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB114140169-
CMYK0.330.1700.34
HSL211.64º24.23%55.49%-
HSV(B)211.64º32.54%66.27%-
XYZ23.4825.241.16-
YUV135.53146.89112.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=26.95%
G=33.10%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141401690.330.1700.34211.6424.2355.49
Hex728CA92111022d41837
Octal16221425141210423243067
Binary111001010001100101010011000011000101000101101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,169); }

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

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

 a { background-color: rgb(114,140,169); }

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

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

 span { border-color: rgb(114,140,169); }

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