#708990

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

Shades of Gothic #708990

Tints of Gothic #708990

Color information

#708990 (or 0x708990) is unknown color: approx Gothic. HEX triplet: 70, 89 and 90. RGB value is (112,137,144). Sum of RGB (Red+Green+Blue) = 112+137+144=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #708990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708990 is #8F766F. Grayscale: #828282. Windows color (decimal): -9401968 or 9472368. OLE color: 9472368.

HSL color Cylindrical-coordinate representation of color #708990: hue angle of 193.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708990 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112137144-
CMYK0.220.0500.44
HSL193.12º12.6%50.2%-
HSV(B)193.12º22.22%56.47%-
XYZ20.6623.3529.8-
YUV130.32135.72114.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=28.50%
G=34.86%
B=36.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121371440.220.0500.44193.1212.650.2
Hex70899016502Cc1d32
Octal1602112202650543011562
Binary11100001000100110010000101101010101100110000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708990; }

 p { color: rgb(112,137,144); }

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

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

 a { background-color: rgb(112,137,144); }

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

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

 span { border-color: rgb(112,137,144); }

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