Html Css Color HEX #729CA8 Neptune

📋 copy color: '#729CA8'

red 114 ◦ green 156 ◦ blue 168

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

Shades of Neptune #729CA8

Tints of Neptune #729CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 26.03%
G = 35.62%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#729CA8 (or 0x729CA8) is known color: Neptune. HEX triplet: 72, 9C and A8. RGB value is (114,156,168). Sum of RGB (Red+Green+Blue) = 114+156+168=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 168 - color contains mainly: blue. Hex color #729CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CA8 is #8D6357. Grayscale: #909090. Windows color (decimal): -9266008 or 11050098. OLE color: 11050098.

HSL color Cylindrical-coordinate representation of color #729CA8: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729CA8 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 156 168 -
CMYK 0.32 0.07 0 0.34
HSL 193.33º 0.24% 0.55% -
HSV(B) 193.33º 0.32% 0.66% -
XYZ 25.9 30.18 41.51 -
YUV 144.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 114 156 168 0.32 0.07 0 0.34 193.33 0.24 0.55
Hex 72 9C A8 20 7 0 22 C1 18 37
Octal 162 234 250 40 7 0 42 301 30 67
Binary 1110010 10011100 10101000 100000 111 0 100010 11000001 11000 110111

Color Harmonies of #729CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CA8

Black with #729CA8

Text Example


Text Example

White with #729CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,156,168); }

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

background-color css

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

 a { background-color: rgb(114,156,168); }

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

border-color css

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

 span { border-color: rgb(114,156,168); }

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