Html Css Color HEX #729B9E Neptune

📋 copy color: '#729B9E'

red 114 ◦ green 155 ◦ blue 158

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

Shades of Neptune #729B9E

Tints of Neptune #729B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 26.7%
G = 36.3%
B = 37%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#729B9E (or 0x729B9E) is known color: Neptune. HEX triplet: 72, 9B and 9E. RGB value is (114,155,158). Sum of RGB (Red+Green+Blue) = 114+155+158=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #729B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B9E is #8D6461. Grayscale: #8F8F8F. Windows color (decimal): -9266274 or 10394482. OLE color: 10394482.

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

Color convert

RGB 114 155 158 -
CMYK 0.28 0.02 0 0.38
HSL 184.09º 0.18% 0.53% -
HSV(B) 184.09º 0.28% 0.62% -
XYZ 24.83 29.49 36.73 -
YUV 143.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 114 155 158 0.28 0.02 0 0.38 184.09 0.18 0.53
Hex 72 9B 9E 1C 2 0 26 B8 12 35
Octal 162 233 236 34 2 0 46 270 22 65
Binary 1110010 10011011 10011110 11100 10 0 100110 10111000 10010 110101

Color Harmonies of #729B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729B9E

Black with #729B9E

Text Example


Text Example

White with #729B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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