#738A9B

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

Shades of Bermuda Grey #738A9B

Tints of Bermuda Grey #738A9B

Color information

#738A9B (or 0x738A9B) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8A and 9B. RGB value is (115,138,155). Sum of RGB (Red+Green+Blue) = 115+138+155=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #738A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A9B is #8C7564. Grayscale: #848484. Windows color (decimal): -9205093 or 10193523. OLE color: 10193523.

HSL color Cylindrical-coordinate representation of color #738A9B: hue angle of 205.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #738A9B is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115138155-
CMYK0.260.1100.39
HSL205.5º16.67%52.94%-
HSV(B)205.5º25.81%60.78%-
XYZ22.0824.1934.52-
YUV133.06140.38115.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=28.19%
G=33.82%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151381550.260.1100.39205.516.6752.94
Hex738A9B1AB027cd1135
Octal16321223332130473152165
Binary1110011100010101001101111010101101001111100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A9B; }

 p { color: rgb(115,138,155); }

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

<style>
 a { background-color: #738A9B; }

 a { background-color: rgb(115,138,155); }

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

<style>
 span { border-color: #738A9B; }

 span { border-color: rgb(115,138,155); }

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