#73898E

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

Shades of Gothic #73898E

Tints of Gothic #73898E

Color information

#73898E (or 0x73898E) is unknown color: approx Gothic. HEX triplet: 73, 89 and 8E. RGB value is (115,137,142). Sum of RGB (Red+Green+Blue) = 115+137+142=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #73898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73898E is #8C7671. Grayscale: #828282. Windows color (decimal): -9205362 or 9341299. OLE color: 9341299.

HSL color Cylindrical-coordinate representation of color #73898E: hue angle of 191.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73898E is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115137142-
CMYK0.190.0400.44
HSL191.11º10.67%50.39%-
HSV(B)191.11º19.01%55.69%-
XYZ20.923.4929.02-
YUV130.99134.21116.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=29.19%
G=34.77%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151371420.190.0400.44191.1110.6750.39
Hex73898E13402Cbfb32
Octal1632112162340542771362
Binary11100111000100110001110100111000101100101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73898E; }

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

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

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

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

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

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

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

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