Html Css Color HEX #759EA4 Neptune

📋 copy color: '#759EA4'

red 117 ◦ green 158 ◦ blue 164

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

Shades of Neptune #759EA4

Tints of Neptune #759EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 26.65%
G = 35.99%
B = 37.36%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#759EA4 (or 0x759EA4) is known color: Neptune. HEX triplet: 75, 9E and A4. RGB value is (117,158,164). Sum of RGB (Red+Green+Blue) = 117+158+164=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #759EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA4 is #8A615B. Grayscale: #929292. Windows color (decimal): -9068892 or 10788469. OLE color: 10788469.

HSL color Cylindrical-coordinate representation of color #759EA4: hue angle of 187.66º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759EA4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 158 164 -
CMYK 0.29 0.04 0 0.36
HSL 187.66º 0.21% 0.55% -
HSV(B) 187.66º 0.29% 0.64% -
XYZ 26.26 30.92 39.71 -
YUV 146.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 117 158 164 0.29 0.04 0 0.36 187.66 0.21 0.55
Hex 75 9E A4 1D 4 0 24 BC 15 37
Octal 165 236 244 35 4 0 44 274 25 67
Binary 1110101 10011110 10100100 11101 100 0 100100 10111100 10101 110111

Color Harmonies of #759EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EA4

Black with #759EA4

Text Example


Text Example

White with #759EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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