Html Css Color HEX #728EA9 Bermuda Grey

📋 copy color: '#728EA9'

red 114 ◦ green 142 ◦ blue 169

#728EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #728EA9

Tints of Bermuda Grey #728EA9

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 value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#728EA9 (or 0x728EA9) is known color: 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

RGB 114 142 169 -
CMYK 0.33 0.16 0 0.34
HSL 209.45º 0.24% 0.55% -
HSV(B) 209.45º 0.33% 0.66% -
XYZ 23.77 25.79 41.26 -
YUV 136.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 114 142 169 0.33 0.16 0 0.34 209.45 0.24 0.55
Hex 72 8E A9 21 10 0 22 D1 18 37
Octal 162 216 251 41 20 0 42 321 30 67
Binary 1110010 10001110 10101001 100001 10000 0 100010 11010001 11000 110111

Color Harmonies of #728EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EA9

Black with #728EA9

Text Example


Text Example

White with #728EA9

Text Example


Text Example

HTML Codes & Css Web 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>