Html Css Color HEX #747C9B Ship Cove

📋 copy color: '#747C9B'

red 116 ◦ green 124 ◦ blue 155

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

Shades of Ship Cove #747C9B

Tints of Ship Cove #747C9B

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 29.37%
G = 31.39%
B = 39.24%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747C9B (or 0x747C9B) is known color: Ship Cove. HEX triplet: 74, 7C and 9B. RGB value is (116,124,155). Sum of RGB (Red+Green+Blue) = 116+124+155=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #747C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C9B is #8B8364. Grayscale: #7D7D7D. Windows color (decimal): -9143141 or 10189940. OLE color: 10189940.

HSL color Cylindrical-coordinate representation of color #747C9B: hue angle of 227.69º 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 #747C9B is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 124 155 -
CMYK 0.25 0.2 0 0.39
HSL 227.69º 0.16% 0.53% -
HSV(B) 227.69º 0.25% 0.61% -
XYZ 20.33 20.49 33.89 -
YUV 125.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 116 124 155 0.25 0.2 0 0.39 227.69 0.16 0.53
Hex 74 7C 9B 19 14 0 27 E4 10 35
Octal 164 174 233 31 24 0 47 344 20 65
Binary 1110100 1111100 10011011 11001 10100 0 100111 11100100 10000 110101

Color Harmonies of #747C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C9B

Black with #747C9B

Text Example


Text Example

White with #747C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,155); }

 H1.HeaderClassName
 {
   color: #747C9B;
 }
 .AnyTagClassName
 {
   color: #747C9B;
 }
</style>

background-color css

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

 a { background-color: rgb(116,124,155); }

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

border-color css

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

 span { border-color: rgb(116,124,155); }

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