#729EAD

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

Shades of Neptune #729EAD

Tints of Neptune #729EAD

Color information

#729EAD (or 0x729EAD) is unknown color: approx Neptune. HEX triplet: 72, 9E and AD. RGB value is (114,158,173). Sum of RGB (Red+Green+Blue) = 114+158+173=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #729EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EAD is #8D6152. Grayscale: #929292. Windows color (decimal): -9265491 or 11378290. OLE color: 11378290.

HSL color Cylindrical-coordinate representation of color #729EAD: hue angle of 195.25º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729EAD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114158173-
CMYK0.340.0900.32
HSL195.25º26.46%56.27%-
HSV(B)195.25º34.1%67.84%-
XYZ26.7131.0544.12-
YUV146.55142.92104.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=25.62%
G=35.51%
B=38.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141581730.340.0900.32195.2526.4656.27
Hex729EAD229020c31a38
Octal16223625542110403033270
Binary11100101001111010101101100010100101000001100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,158,173); }

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

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

 a { background-color: rgb(114,158,173); }

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

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

 span { border-color: rgb(114,158,173); }

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