#729AA5

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

Shades of Neptune #729AA5

Tints of Neptune #729AA5

Color information

#729AA5 (or 0x729AA5) is unknown color: approx Neptune. HEX triplet: 72, 9A and A5. RGB value is (114,154,165). Sum of RGB (Red+Green+Blue) = 114+154+165=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #729AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AA5 is #8D655A. Grayscale: #8F8F8F. Windows color (decimal): -9266523 or 10852978. OLE color: 10852978.

HSL color Cylindrical-coordinate representation of color #729AA5: hue angle of 192.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729AA5 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB114154165-
CMYK0.310.0700.35
HSL192.94º22.08%54.71%-
HSV(B)192.94º30.91%64.71%-
XYZ25.2929.4139.94-
YUV143.29140.25107.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=26.33%
G=35.57%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141541650.310.0700.35192.9422.0854.71
Hex729AA51F7023c11637
Octal1622322453770433012667
Binary111001010011010101001011111111101000111100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729AA5; }

 p { color: rgb(114,154,165); }

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

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

 a { background-color: rgb(114,154,165); }

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

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

 span { border-color: rgb(114,154,165); }

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