Html Css Color HEX #75989D Neptune

📋 copy color: '#75989D'

red 117 ◦ green 152 ◦ blue 157

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

Shades of Neptune #75989D

Tints of Neptune #75989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 27.46%
G = 35.68%
B = 36.85%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75989D (or 0x75989D) is known color: Neptune. HEX triplet: 75, 98 and 9D. RGB value is (117,152,157). Sum of RGB (Red+Green+Blue) = 117+152+157=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #75989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75989D is #8A6762. Grayscale: #8E8E8E. Windows color (decimal): -9070435 or 10328181. OLE color: 10328181.

HSL color Cylindrical-coordinate representation of color #75989D: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75989D is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 152 157 -
CMYK 0.25 0.03 0 0.38
HSL 187.5º 0.17% 0.54% -
HSV(B) 187.5º 0.25% 0.62% -
XYZ 24.65 28.67 36.13 -
YUV 142.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 117 152 157 0.25 0.03 0 0.38 187.5 0.17 0.54
Hex 75 98 9D 19 3 0 26 BC 11 36
Octal 165 230 235 31 3 0 46 274 21 66
Binary 1110101 10011000 10011101 11001 11 0 100110 10111100 10001 110110

Color Harmonies of #75989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75989D

Black with #75989D

Text Example


Text Example

White with #75989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75989D; }

 p { color: rgb(117,152,157); }

 H1.HeaderClassName
 {
   color: #75989D;
 }
 .AnyTagClassName
 {
   color: #75989D;
 }
</style>

background-color css

<style>
 a { background-color: #75989D; }

 a { background-color: rgb(117,152,157); }

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

border-color css

<style>
 span { border-color: #75989D; }

 span { border-color: rgb(117,152,157); }

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