#728FA2

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

Shades of Bermuda Grey #728FA2

Tints of Bermuda Grey #728FA2

Color information

#728FA2 (or 0x728FA2) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8F and A2. RGB value is (114,143,162). Sum of RGB (Red+Green+Blue) = 114+143+162=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #728FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FA2 is #8D705D. Grayscale: #888888. Windows color (decimal): -9269342 or 10653554. OLE color: 10653554.

HSL color Cylindrical-coordinate representation of color #728FA2: hue angle of 203.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728FA2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114143162-
CMYK0.300.1200.36
HSL203.75º20.51%54.12%-
HSV(B)203.75º29.63%63.53%-
XYZ23.2825.8337.94-
YUV136.49142.39111.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 162 (63.67% from 255) = 38.66%
R=27.21%
G=34.13%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141431620.300.1200.36203.7520.5154.12
Hex728FA21EC024cc1536
Octal16221724236140443142566
Binary1110010100011111010001011110110001001001100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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