Html Css Color HEX #757D9B Ship Cove

📋 copy color: '#757D9B'

red 117 ◦ green 125 ◦ blue 155

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

Shades of Ship Cove #757D9B

Tints of Ship Cove #757D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 29.47%
G = 31.49%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#757D9B (or 0x757D9B) is known color: Ship Cove. HEX triplet: 75, 7D and 9B. RGB value is (117,125,155). Sum of RGB (Red+Green+Blue) = 117+125+155=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #757D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D9B is #8A8264. Grayscale: #7D7D7D. Windows color (decimal): -9077349 or 10190197. OLE color: 10190197.

HSL color Cylindrical-coordinate representation of color #757D9B: hue angle of 227.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757D9B is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 125 155 -
CMYK 0.25 0.19 0 0.39
HSL 227.37º 0.16% 0.53% -
HSV(B) 227.37º 0.25% 0.61% -
XYZ 20.59 20.82 33.94 -
YUV 126.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 117 125 155 0.25 0.19 0 0.39 227.37 0.16 0.53
Hex 75 7D 9B 19 13 0 27 E3 10 35
Octal 165 175 233 31 23 0 47 343 20 65
Binary 1110101 1111101 10011011 11001 10011 0 100111 11100011 10000 110101

Color Harmonies of #757D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D9B

Black with #757D9B

Text Example


Text Example

White with #757D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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