#757D9D

Color #757D9D Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #757D9D

Tints of Ship Cove #757D9D

Color information

#757D9D (or 0x757D9D) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and 9D. RGB value is (117,125,157). Sum of RGB (Red+Green+Blue) = 117+125+157=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #757D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D9D is #8A8262. Grayscale: #7E7E7E. Windows color (decimal): -9077347 or 10321269. OLE color: 10321269.

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

Color convert

RGB117125157-
CMYK0.250.2000.38
HSL228º16.95%53.73%-
HSV(B)228º25.48%61.57%-
XYZ20.7620.8834.84-
YUV126.26145.35121.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=29.32%
G=31.33%
B=39.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171251570.250.2000.3822816.9553.73
Hex757D9D1914026e41136
Octal16517523531240463442166
Binary1110101111110110011101110011010001001101110010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #757D9D;
 }
 .AnyTagClassName
 {
   color: #757D9D;
 }
</style>
background-color css

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

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

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

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

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

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