#738991

Color #738991 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #738991

Tints of Gothic #738991

Color information

#738991 (or 0x738991) is unknown color: approx Gothic. HEX triplet: 73, 89 and 91. RGB value is (115,137,145). Sum of RGB (Red+Green+Blue) = 115+137+145=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #738991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738991 is #8C766E. Grayscale: #838383. Windows color (decimal): -9205359 or 9537907. OLE color: 9537907.

HSL color Cylindrical-coordinate representation of color #738991: hue angle of 196º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738991 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115137145-
CMYK0.210.0600.43
HSL196º12%50.98%-
HSV(B)196º20.69%56.86%-
XYZ21.1323.5830.23-
YUV131.33135.71116.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=28.97%
G=34.51%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151371450.210.0600.431961250.98
Hex73899115602Bc4c33
Octal1632112212560533041463
Binary11100111000100110010001101011100101011110001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738991; }

 p { color: rgb(115,137,145); }

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

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

 a { background-color: rgb(115,137,145); }

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

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

 span { border-color: rgb(115,137,145); }

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