Html Css Color HEX #759BA1 Neptune

📋 copy color: '#759BA1'

red 117 ◦ green 155 ◦ blue 161

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

Shades of Neptune #759BA1

Tints of Neptune #759BA1

RGB

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

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

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

R = 27.02%
G = 35.8%
B = 37.18%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#759BA1 (or 0x759BA1) is known color: Neptune. HEX triplet: 75, 9B and A1. RGB value is (117,155,161). Sum of RGB (Red+Green+Blue) = 117+155+161=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #759BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BA1 is #8A645E. Grayscale: #909090. Windows color (decimal): -9069663 or 10591093. OLE color: 10591093.

HSL color Cylindrical-coordinate representation of color #759BA1: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759BA1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 155 161 -
CMYK 0.27 0.04 0 0.37
HSL 188.18º 0.19% 0.55% -
HSV(B) 188.18º 0.27% 0.63% -
XYZ 25.49 29.8 38.13 -
YUV 144.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 117 155 161 0.27 0.04 0 0.37 188.18 0.19 0.55
Hex 75 9B A1 1B 4 0 25 BC 13 37
Octal 165 233 241 33 4 0 45 274 23 67
Binary 1110101 10011011 10100001 11011 100 0 100101 10111100 10011 110111

Color Harmonies of #759BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BA1

Black with #759BA1

Text Example


Text Example

White with #759BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,161); }

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

background-color css

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

 a { background-color: rgb(117,155,161); }

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

border-color css

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

 span { border-color: rgb(117,155,161); }

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