Html Css Color HEX #759FAC Neptune

📋 copy color: '#759FAC'

red 117 ◦ green 159 ◦ blue 172

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

Shades of Neptune #759FAC

Tints of Neptune #759FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 26.12%
G = 35.49%
B = 38.39%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759FAC (or 0x759FAC) is known color: Neptune. HEX triplet: 75, 9F and AC. RGB value is (117,159,172). Sum of RGB (Red+Green+Blue) = 117+159+172=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #759FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAC is #8A6053. Grayscale: #939393. Windows color (decimal): -9068628 or 11313013. OLE color: 11313013.

HSL color Cylindrical-coordinate representation of color #759FAC: hue angle of 194.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759FAC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 159 172 -
CMYK 0.32 0.08 0 0.33
HSL 194.18º 0.25% 0.57% -
HSV(B) 194.18º 0.32% 0.67% -
XYZ 27.18 31.56 43.69 -
YUV 147.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 117 159 172 0.32 0.08 0 0.33 194.18 0.25 0.57
Hex 75 9F AC 20 8 0 21 C2 19 39
Octal 165 237 254 40 10 0 41 302 31 71
Binary 1110101 10011111 10101100 100000 1000 0 100001 11000010 11001 111001

Color Harmonies of #759FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FAC

Black with #759FAC

Text Example


Text Example

White with #759FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,172); }

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

background-color css

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

 a { background-color: rgb(117,159,172); }

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

border-color css

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

 span { border-color: rgb(117,159,172); }

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