#799093

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

Shades of Gothic #799093

Tints of Gothic #799093

Color information

#799093 (or 0x799093) is unknown color: approx Gothic. HEX triplet: 79, 90 and 93. RGB value is (121,144,147). Sum of RGB (Red+Green+Blue) = 121+144+147=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #799093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799093 is #866F6C. Grayscale: #898989. Windows color (decimal): -8810349 or 9670777. OLE color: 9670777.

HSL color Cylindrical-coordinate representation of color #799093: hue angle of 186.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799093 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121144147-
CMYK0.180.0200.42
HSL186.92º10.74%52.55%-
HSV(B)186.92º17.69%57.65%-
XYZ23.1226.1231.43-
YUV137.46133.38116.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=29.37%
G=34.95%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211441470.180.0200.42186.9210.7452.55
Hex79909312202Abbb35
Octal1712202232220522731365
Binary1111001100100001001001110010100101010101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799093; }

 p { color: rgb(121,144,147); }

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

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

 a { background-color: rgb(121,144,147); }

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

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

 span { border-color: rgb(121,144,147); }

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