#738C9E

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

Shades of Bermuda Grey #738C9E

Tints of Bermuda Grey #738C9E

Color information

#738C9E (or 0x738C9E) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8C and 9E. RGB value is (115,140,158). Sum of RGB (Red+Green+Blue) = 115+140+158=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #738C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C9E is #8C7361. Grayscale: #868686. Windows color (decimal): -9204578 or 10390643. OLE color: 10390643.

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

Color convert

RGB115140158-
CMYK0.270.1100.38
HSL205.12º18.14%53.53%-
HSV(B)205.12º27.22%61.96%-
XYZ22.6224.8735.96-
YUV134.58141.22114.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=27.85%
G=33.90%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151401580.270.1100.38205.1218.1453.53
Hex738C9E1BB026cd1236
Octal16321423633130463152266
Binary1110011100011001001111011011101101001101100110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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