#738F9D

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

Shades of Bermuda Grey #738F9D

Tints of Bermuda Grey #738F9D

Color information

#738F9D (or 0x738F9D) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8F and 9D. RGB value is (115,143,157). Sum of RGB (Red+Green+Blue) = 115+143+157=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #738F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F9D is #8C7062. Grayscale: #888888. Windows color (decimal): -9203811 or 10325875. OLE color: 10325875.

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

Color convert

RGB115143157-
CMYK0.270.0900.38
HSL200º17.65%53.33%-
HSV(B)200º26.75%61.57%-
XYZ22.9825.7235.65-
YUV136.22139.72112.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=27.71%
G=34.46%
B=37.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151431570.270.0900.3820017.6553.33
Hex738F9D1B9026c81235
Octal16321723533110463102265
Binary1110011100011111001110111011100101001101100100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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