#709398

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

Shades of Gothic #709398

Tints of Gothic #709398

Color information

#709398 (or 0x709398) is unknown color: approx Gothic. HEX triplet: 70, 93 and 98. RGB value is (112,147,152). Sum of RGB (Red+Green+Blue) = 112+147+152=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #709398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709398 is #8F6C67. Grayscale: #898989. Windows color (decimal): -9399400 or 9999216. OLE color: 9999216.

HSL color Cylindrical-coordinate representation of color #709398: hue angle of 187.5º 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 #709398 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112147152-
CMYK0.260.0300.40
HSL187.5º16.26%51.76%-
HSV(B)187.5º26.32%59.61%-
XYZ22.7826.5833.64-
YUV137.1136.4110.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=27.25%
G=35.77%
B=36.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121471520.260.0300.40187.516.2651.76
Hex7093981A3028bb1034
Octal1602232303230502732064
Binary11100001001001110011000110101101010001011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709398; }

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

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

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

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

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

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

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

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