#728DA4

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

Shades of Bermuda Grey #728DA4

Tints of Bermuda Grey #728DA4

Color information

#728DA4 (or 0x728DA4) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and A4. RGB value is (114,141,164). Sum of RGB (Red+Green+Blue) = 114+141+164=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #728DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DA4 is #8D725B. Grayscale: #878787. Windows color (decimal): -9269852 or 10784114. OLE color: 10784114.

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

Color convert

RGB114141164-
CMYK0.300.1400.36
HSL207.6º21.55%54.51%-
HSV(B)207.6º30.49%64.31%-
XYZ23.1725.3138.79-
YUV135.55144.05112.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=27.21%
G=33.65%
B=39.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141411640.300.1400.36207.621.5554.51
Hex728DA41EE024d01637
Octal16221524436160443202667
Binary1110010100011011010010011110111001001001101000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,164); }

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

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

 a { background-color: rgb(114,141,164); }

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

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

 span { border-color: rgb(114,141,164); }

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