Html Css Color HEX #718E98 Gothic

📋 copy color: '#718E98'

red 113 ◦ green 142 ◦ blue 152

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

Shades of Gothic #718E98

Tints of Gothic #718E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 27.76%
G = 34.89%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#718E98 (or 0x718E98) is known color: Gothic. HEX triplet: 71, 8E and 98. RGB value is (113,142,152). Sum of RGB (Red+Green+Blue) = 113+142+152=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #718E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E98 is #8E7167. Grayscale: #868686. Windows color (decimal): -9335144 or 9997937. OLE color: 9997937.

HSL color Cylindrical-coordinate representation of color #718E98: hue angle of 195.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718E98 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 142 152 -
CMYK 0.26 0.07 0 0.40
HSL 195.38º 0.16% 0.52% -
HSV(B) 195.38º 0.26% 0.6% -
XYZ 22.15 25.12 33.39 -
YUV 134.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 113 142 152 0.26 0.07 0 0.40 195.38 0.16 0.52
Hex 71 8E 98 1A 7 0 28 C3 10 34
Octal 161 216 230 32 7 0 50 303 20 64
Binary 1110001 10001110 10011000 11010 111 0 101000 11000011 10000 110100

Color Harmonies of #718E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718E98

Black with #718E98

Text Example


Text Example

White with #718E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718E98; }

 p { color: rgb(113,142,152); }

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

background-color css

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

 a { background-color: rgb(113,142,152); }

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

border-color css

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

 span { border-color: rgb(113,142,152); }

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