#709397

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

Shades of Gothic #709397

Tints of Gothic #709397

Color information

#709397 (or 0x709397) is unknown color: approx Gothic. HEX triplet: 70, 93 and 97. RGB value is (112,147,151). Sum of RGB (Red+Green+Blue) = 112+147+151=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #709397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709397 is #8F6C68. Grayscale: #888888. Windows color (decimal): -9399401 or 9933680. OLE color: 9933680.

HSL color Cylindrical-coordinate representation of color #709397: hue angle of 186.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709397 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112147151-
CMYK0.260.0300.41
HSL186.15º15.79%51.57%-
HSV(B)186.15º25.83%59.22%-
XYZ22.726.5533.21-
YUV136.99135.9110.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=27.32%
G=35.85%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121471510.260.0300.41186.1515.7951.57
Hex7093971A3029ba1034
Octal1602232273230512722064
Binary11100001001001110010111110101101010011011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709397; }

 p { color: rgb(112,147,151); }

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

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

 a { background-color: rgb(112,147,151); }

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

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

 span { border-color: rgb(112,147,151); }

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