#799C9D

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

Shades of Neptune #799C9D

Tints of Neptune #799C9D

Color information

#799C9D (or 0x799C9D) is unknown color: approx Neptune. HEX triplet: 79, 9C and 9D. RGB value is (121,156,157). Sum of RGB (Red+Green+Blue) = 121+156+157=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #799C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C9D is #866362. Grayscale: #919191. Windows color (decimal): -8807267 or 10329209. OLE color: 10329209.

HSL color Cylindrical-coordinate representation of color #799C9D: hue angle of 181.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799C9D is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121156157-
CMYK0.230.0100.38
HSL181.67º15.52%54.51%-
HSV(B)181.67º22.93%61.57%-
XYZ25.8630.2836.38-
YUV145.65134.4110.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=27.88%
G=35.94%
B=36.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211561570.230.0100.38181.6715.5254.51
Hex799C9D171026b61037
Octal1712342352710462662067
Binary1111001100111001001110110111101001101011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,157); }

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

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

 a { background-color: rgb(121,156,157); }

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

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

 span { border-color: rgb(121,156,157); }

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