#799FA1

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

Shades of Neptune #799FA1

Tints of Neptune #799FA1

Color information

#799FA1 (or 0x799FA1) is unknown color: approx Neptune. HEX triplet: 79, 9F and A1. RGB value is (121,159,161). Sum of RGB (Red+Green+Blue) = 121+159+161=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 161 - color contains mainly: blue. Hex color #799FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FA1 is #86605E. Grayscale: #939393. Windows color (decimal): -8806495 or 10592121. OLE color: 10592121.

HSL color Cylindrical-coordinate representation of color #799FA1: hue angle of 183º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799FA1 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121159161-
CMYK0.250.0100.37
HSL183º17.54%55.29%-
HSV(B)183º24.84%63.14%-
XYZ26.7231.4338.38-
YUV147.87135.41108.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=27.44%
G=36.05%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211591610.250.0100.3718317.5455.29
Hex799FA1191025b71237
Octal1712372413110452672267
Binary1111001100111111010000111001101001011011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799FA1; }

 p { color: rgb(121,159,161); }

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

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

 a { background-color: rgb(121,159,161); }

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

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

 span { border-color: rgb(121,159,161); }

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