#738C9F

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

Shades of Bermuda Grey #738C9F

Tints of Bermuda Grey #738C9F

Color information

#738C9F (or 0x738C9F) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8C and 9F. RGB value is (115,140,159). Sum of RGB (Red+Green+Blue) = 115+140+159=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #738C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C9F is #8C7360. Grayscale: #868686. Windows color (decimal): -9204577 or 10456179. OLE color: 10456179.

HSL color Cylindrical-coordinate representation of color #738C9F: hue angle of 205.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738C9F is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115140159-
CMYK0.280.1200.38
HSL205.91º18.64%53.73%-
HSV(B)205.91º27.67%62.35%-
XYZ22.7124.936.41-
YUV134.69141.72113.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=27.78%
G=33.82%
B=38.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151401590.280.1200.38205.9118.6453.73
Hex738C9F1CC026ce1336
Octal16321423734140463162366
Binary1110011100011001001111111100110001001101100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,140,159); }

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

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

 a { background-color: rgb(115,140,159); }

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

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

 span { border-color: rgb(115,140,159); }

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