Html Css Color HEX #757F9D Ship Cove

📋 copy color: '#757F9D'

red 117 ◦ green 127 ◦ blue 157

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

Shades of Ship Cove #757F9D

Tints of Ship Cove #757F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

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

R = 29.18%
G = 31.67%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#757F9D (or 0x757F9D) is known color: Ship Cove. HEX triplet: 75, 7F and 9D. RGB value is (117,127,157). Sum of RGB (Red+Green+Blue) = 117+127+157=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #757F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F9D is #8A8062. Grayscale: #7F7F7F. Windows color (decimal): -9076835 or 10321781. OLE color: 10321781.

HSL color Cylindrical-coordinate representation of color #757F9D: hue angle of 225º 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 #757F9D is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 127 157 -
CMYK 0.25 0.19 0 0.38
HSL 225º 0.17% 0.54% -
HSV(B) 225º 0.25% 0.62% -
XYZ 21.01 21.39 34.92 -
YUV 127.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 117 127 157 0.25 0.19 0 0.38 225 0.17 0.54
Hex 75 7F 9D 19 13 0 26 E1 11 36
Octal 165 177 235 31 23 0 46 341 21 66
Binary 1110101 1111111 10011101 11001 10011 0 100110 11100001 10001 110110

Color Harmonies of #757F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F9D

Black with #757F9D

Text Example


Text Example

White with #757F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757F9D; }

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

 H1.HeaderClassName
 {
   color: #757F9D;
 }
 .AnyTagClassName
 {
   color: #757F9D;
 }
</style>

background-color css

<style>
 a { background-color: #757F9D; }

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

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

border-color css

<style>
 span { border-color: #757F9D; }

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

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