Html Css Color HEX #759EA9 Neptune

📋 copy color: '#759EA9'

red 117 ◦ green 158 ◦ blue 169

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

Shades of Neptune #759EA9

Tints of Neptune #759EA9

RGB

 RED value IS 117 (46.09% from 255) = 26.35%

 GREEN value IS 158 (62.11% from 255) = 35.59%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 26.35%
G = 35.59%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#759EA9 (or 0x759EA9) is known color: Neptune. HEX triplet: 75, 9E and A9. RGB value is (117,158,169). Sum of RGB (Red+Green+Blue) = 117+158+169=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 169 - color contains mainly: blue. Hex color #759EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA9 is #8A6156. Grayscale: #929292. Windows color (decimal): -9068887 or 11116149. OLE color: 11116149.

HSL color Cylindrical-coordinate representation of color #759EA9: hue angle of 192.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759EA9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 158 169 -
CMYK 0.31 0.07 0 0.34
HSL 192.69º 0.23% 0.56% -
HSV(B) 192.69º 0.31% 0.66% -
XYZ 26.72 31.1 42.13 -
YUV 147 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 117 158 169 0.31 0.07 0 0.34 192.69 0.23 0.56
Hex 75 9E A9 1F 7 0 22 C1 17 38
Octal 165 236 251 37 7 0 42 301 27 70
Binary 1110101 10011110 10101001 11111 111 0 100010 11000001 10111 111000

Color Harmonies of #759EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EA9

Black with #759EA9

Text Example


Text Example

White with #759EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EA9; }

 p { color: rgb(117,158,169); }

 H1.HeaderClassName
 {
   color: #759EA9;
 }
 .AnyTagClassName
 {
   color: #759EA9;
 }
</style>

background-color css

<style>
 a { background-color: #759EA9; }

 a { background-color: rgb(117,158,169); }

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

border-color css

<style>
 span { border-color: #759EA9; }

 span { border-color: rgb(117,158,169); }

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