Html Css Color HEX #718F93 Gothic

📋 copy color: '#718F93'

red 113 ◦ green 143 ◦ blue 147

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

Shades of Gothic #718F93

Tints of Gothic #718F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 28.04%
G = 35.48%
B = 36.48%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718F93 (or 0x718F93) is known color: Gothic. HEX triplet: 71, 8F and 93. RGB value is (113,143,147). Sum of RGB (Red+Green+Blue) = 113+143+147=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #718F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F93 is #8E706C. Grayscale: #868686. Windows color (decimal): -9334893 or 9670513. OLE color: 9670513.

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

Color convert

RGB 113 143 147 -
CMYK 0.23 0.03 0 0.42
HSL 187.06º 0.14% 0.51% -
HSV(B) 187.06º 0.23% 0.58% -
XYZ 21.9 25.26 31.33 -
YUV 134.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 113 143 147 0.23 0.03 0 0.42 187.06 0.14 0.51
Hex 71 8F 93 17 3 0 2A BB E 33
Octal 161 217 223 27 3 0 52 273 16 63
Binary 1110001 10001111 10010011 10111 11 0 101010 10111011 1110 110011

Color Harmonies of #718F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F93

Black with #718F93

Text Example


Text Example

White with #718F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,143,147); }

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

background-color css

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

 a { background-color: rgb(113,143,147); }

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

border-color css

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

 span { border-color: rgb(113,143,147); }

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