#738F9B

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

Shades of Bermuda Grey #738F9B

Tints of Bermuda Grey #738F9B

Color information

#738F9B (or 0x738F9B) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8F and 9B. RGB value is (115,143,155). Sum of RGB (Red+Green+Blue) = 115+143+155=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #738F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F9B is #8C7064. Grayscale: #878787. Windows color (decimal): -9203813 or 10194803. OLE color: 10194803.

HSL color Cylindrical-coordinate representation of color #738F9B: hue angle of 198º 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 #738F9B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115143155-
CMYK0.260.0800.39
HSL198º16.67%52.94%-
HSV(B)198º25.81%60.78%-
XYZ22.8125.6634.76-
YUV136138.72113.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=27.85%
G=34.62%
B=37.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151431550.260.0800.3919816.6752.94
Hex738F9B1A8027c61135
Octal16321723332100473062165
Binary1110011100011111001101111010100001001111100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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