#747E9D

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

Shades of Ship Cove #747E9D

Tints of Ship Cove #747E9D

Color information

#747E9D (or 0x747E9D) is unknown color: approx Ship Cove. HEX triplet: 74, 7E and 9D. RGB value is (116,126,157). Sum of RGB (Red+Green+Blue) = 116+126+157=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 126 (49.61% from 255 or 31.58% 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 #747E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E9D is #8B8162. Grayscale: #7E7E7E. Windows color (decimal): -9142627 or 10321524. OLE color: 10321524.

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

Color convert

RGB116126157-
CMYK0.260.2000.38
HSL225.37º17.3%53.53%-
HSV(B)225.37º26.11%61.57%-
XYZ20.7521.0734.87-
YUV126.54145.19120.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=29.07%
G=31.58%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161261570.260.2000.38225.3717.353.53
Hex747E9D1A14026e11136
Octal16417623532240463412166
Binary1110100111111010011101110101010001001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747E9D; }

 p { color: rgb(116,126,157); }

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

<style>
 a { background-color: #747E9D; }

 a { background-color: rgb(116,126,157); }

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

<style>
 span { border-color: #747E9D; }

 span { border-color: rgb(116,126,157); }

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