#728FAA

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

Shades of Bermuda Grey #728FAA

Tints of Bermuda Grey #728FAA

Color information

#728FAA (or 0x728FAA) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8F and AA. RGB value is (114,143,170). Sum of RGB (Red+Green+Blue) = 114+143+170=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 143 (56.25% from 255 or 33.49% 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 #728FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAA is #8D7055. Grayscale: #898989. Windows color (decimal): -9269334 or 11177842. OLE color: 11177842.

HSL color Cylindrical-coordinate representation of color #728FAA: hue angle of 208.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728FAA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114143170-
CMYK0.330.1600.33
HSL208.93º24.78%55.69%-
HSV(B)208.93º32.94%66.67%-
XYZ24.0226.1241.81-
YUV137.41146.39111.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=26.70%
G=33.49%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141431700.330.1600.33208.9324.7855.69
Hex728FAA2110021d11938
Octal16221725241200413213170
Binary111001010001111101010101000011000001000011101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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