Html Css Color HEX #759EA7 Neptune

📋 copy color: '#759EA7'

red 117 ◦ green 158 ◦ blue 167

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

Shades of Neptune #759EA7

Tints of Neptune #759EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.78%

R = 26.47%
G = 35.75%
B = 37.78%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#759EA7 (or 0x759EA7) is known color: Neptune. HEX triplet: 75, 9E and A7. RGB value is (117,158,167). Sum of RGB (Red+Green+Blue) = 117+158+167=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 167 - color contains mainly: blue. Hex color #759EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA7 is #8A6158. Grayscale: #929292. Windows color (decimal): -9068889 or 10985077. OLE color: 10985077.

HSL color Cylindrical-coordinate representation of color #759EA7: hue angle of 190.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759EA7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 158 167 -
CMYK 0.30 0.05 0 0.35
HSL 190.8º 0.22% 0.56% -
HSV(B) 190.8º 0.3% 0.65% -
XYZ 26.54 31.03 41.15 -
YUV 146.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 117 158 167 0.30 0.05 0 0.35 190.8 0.22 0.56
Hex 75 9E A7 1E 5 0 23 BF 16 38
Octal 165 236 247 36 5 0 43 277 26 70
Binary 1110101 10011110 10100111 11110 101 0 100011 10111111 10110 111000

Color Harmonies of #759EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EA7

Black with #759EA7

Text Example


Text Example

White with #759EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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