Html Css Color HEX #718994 Gothic

📋 copy color: '#718994'

red 113 ◦ green 137 ◦ blue 148

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

Shades of Gothic #718994

Tints of Gothic #718994

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 28.39%
G = 34.42%
B = 37.19%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718994 (or 0x718994) is known color: Gothic. HEX triplet: 71, 89 and 94. RGB value is (113,137,148). Sum of RGB (Red+Green+Blue) = 113+137+148=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #718994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718994 is #8E766B. Grayscale: #838383. Windows color (decimal): -9336428 or 9734513. OLE color: 9734513.

HSL color Cylindrical-coordinate representation of color #718994: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718994 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 137 148 -
CMYK 0.24 0.07 0 0.42
HSL 198.86º 0.14% 0.51% -
HSV(B) 198.86º 0.24% 0.58% -
XYZ 21.1 23.54 31.45 -
YUV 131.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 113 137 148 0.24 0.07 0 0.42 198.86 0.14 0.51
Hex 71 89 94 18 7 0 2A C7 E 33
Octal 161 211 224 30 7 0 52 307 16 63
Binary 1110001 10001001 10010100 11000 111 0 101010 11000111 1110 110011

Color Harmonies of #718994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718994

Black with #718994

Text Example


Text Example

White with #718994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718994; }

 p { color: rgb(113,137,148); }

 H1.HeaderClassName
 {
   color: #718994;
 }
 .AnyTagClassName
 {
   color: #718994;
 }
</style>

background-color css

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

 a { background-color: rgb(113,137,148); }

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

border-color css

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

 span { border-color: rgb(113,137,148); }

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