Html Css Color HEX #73898F Gothic

📋 copy color: '#73898F'

red 115 ◦ green 137 ◦ blue 143

#73898F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #73898F

Tints of Gothic #73898F

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.2%

R = 29.11%
G = 34.68%
B = 36.2%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73898F (or 0x73898F) is known color: 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

RGB 115 137 143 -
CMYK 0.20 0.04 0 0.44
HSL 192.86º 0.11% 0.51% -
HSV(B) 192.86º 0.2% 0.56% -
XYZ 20.97 23.52 29.42 -
YUV 131.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 115 137 143 0.20 0.04 0 0.44 192.86 0.11 0.51
Hex 73 89 8F 14 4 0 2C C1 B 33
Octal 163 211 217 24 4 0 54 301 13 63
Binary 1110011 10001001 10001111 10100 100 0 101100 11000001 1011 110011

Color Harmonies of #73898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73898F

Black with #73898F

Text Example


Text Example

White with #73898F

Text Example


Text Example

HTML Codes & Css Web 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>