Html Css Color HEX #7399A1 Neptune

📋 copy color: '#7399A1'

red 115 ◦ green 153 ◦ blue 161

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

Shades of Neptune #7399A1

Tints of Neptune #7399A1

RGB

 RED value IS 115 (45.31% from 255) = 26.81%

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 26.81%
G = 35.66%
B = 37.53%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7399A1 (or 0x7399A1) is known color: Neptune. HEX triplet: 73, 99 and A1. RGB value is (115,153,161). Sum of RGB (Red+Green+Blue) = 115+153+161=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 161 - color contains mainly: blue. Hex color #7399A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7399A1 is #8C665E. Grayscale: #8E8E8E. Windows color (decimal): -9201247 or 10590579. OLE color: 10590579.

HSL color Cylindrical-coordinate representation of color #7399A1: hue angle of 190.43º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7399A1 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 153 161 -
CMYK 0.29 0.05 0 0.37
HSL 190.43º 0.2% 0.54% -
HSV(B) 190.43º 0.29% 0.63% -
XYZ 24.89 29 38 -
YUV 142.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 115 153 161 0.29 0.05 0 0.37 190.43 0.2 0.54
Hex 73 99 A1 1D 5 0 25 BE 14 36
Octal 163 231 241 35 5 0 45 276 24 66
Binary 1110011 10011001 10100001 11101 101 0 100101 10111110 10100 110110

Color Harmonies of #7399A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7399A1

Black with #7399A1

Text Example


Text Example

White with #7399A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7399A1; }

 p { color: rgb(115,153,161); }

 H1.HeaderClassName
 {
   color: #7399A1;
 }
 .AnyTagClassName
 {
   color: #7399A1;
 }
</style>

background-color css

<style>
 a { background-color: #7399A1; }

 a { background-color: rgb(115,153,161); }

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

border-color css

<style>
 span { border-color: #7399A1; }

 span { border-color: rgb(115,153,161); }

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