#728EA9

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

Shades of Bermuda Grey #728EA9

Tints of Bermuda Grey #728EA9

Color information

#728EA9 (or 0x728EA9) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8E and A9. RGB value is (114,142,169). Sum of RGB (Red+Green+Blue) = 114+142+169=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #728EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728EA9 is #8D7156. Grayscale: #888888. Windows color (decimal): -9269591 or 11112050. OLE color: 11112050.

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

Color convert

RGB114142169-
CMYK0.330.1600.34
HSL209.45º24.23%55.49%-
HSV(B)209.45º32.54%66.27%-
XYZ23.7725.7941.26-
YUV136.71146.22111.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=26.82%
G=33.41%
B=39.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141421690.330.1600.34209.4524.2355.49
Hex728EA92110022d11837
Octal16221625141200423213067
Binary111001010001110101010011000011000001000101101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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