Html Css Color HEX #729B9F Neptune

📋 copy color: '#729B9F'

red 114 ◦ green 155 ◦ blue 159

#729B9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #729B9F

Tints of Neptune #729B9F

RGB

 RED value IS 114 (44.92% from 255) = 26.64%

 GREEN value IS 155 (60.94% from 255) = 36.21%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 26.64%
G = 36.21%
B = 37.15%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#729B9F (or 0x729B9F) is known color: Neptune. HEX triplet: 72, 9B and 9F. RGB value is (114,155,159). Sum of RGB (Red+Green+Blue) = 114+155+159=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #729B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B9F is #8D6460. Grayscale: #8F8F8F. Windows color (decimal): -9266273 or 10460018. OLE color: 10460018.

HSL color Cylindrical-coordinate representation of color #729B9F: hue angle of 185.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729B9F is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 155 159 -
CMYK 0.28 0.03 0 0.38
HSL 185.33º 0.19% 0.54% -
HSV(B) 185.33º 0.28% 0.62% -
XYZ 24.92 29.52 37.19 -
YUV 143.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 114 155 159 0.28 0.03 0 0.38 185.33 0.19 0.54
Hex 72 9B 9F 1C 3 0 26 B9 13 36
Octal 162 233 237 34 3 0 46 271 23 66
Binary 1110010 10011011 10011111 11100 11 0 100110 10111001 10011 110110

Color Harmonies of #729B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729B9F

Black with #729B9F

Text Example


Text Example

White with #729B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,155,159); }

 H1.HeaderClassName
 {
   color: #729B9F;
 }
 .AnyTagClassName
 {
   color: #729B9F;
 }
</style>

background-color css

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

 a { background-color: rgb(114,155,159); }

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

border-color css

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

 span { border-color: rgb(114,155,159); }

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