#73898F

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

Shades of Gothic #73898F

Tints of Gothic #73898F

Color information

#73898F (or 0x73898F) is unknown color: approx Gothic. HEX triplet: 73, 89 and 8F. RGB value is (115,137,143). Sum of RGB (Red+Green+Blue) = 115+137+143=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #73898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73898F is #8C7670. Grayscale: #838383. Windows color (decimal): -9205361 or 9406835. OLE color: 9406835.

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

Color convert

RGB115137143-
CMYK0.200.0400.44
HSL192.86º11.11%50.59%-
HSV(B)192.86º19.58%56.08%-
XYZ20.9723.5229.42-
YUV131.11134.71116.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=29.11%
G=34.68%
B=36.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151371430.200.0400.44192.8611.1150.59
Hex73898F14402Cc1b33
Octal1632112172440543011363
Binary11100111000100110001111101001000101100110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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