Html Css Color HEX #747D9C Ship Cove

📋 copy color: '#747D9C'

red 116 ◦ green 125 ◦ blue 156

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

Shades of Ship Cove #747D9C

Tints of Ship Cove #747D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 29.22%
G = 31.49%
B = 39.29%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747D9C (or 0x747D9C) is known color: Ship Cove. HEX triplet: 74, 7D and 9C. RGB value is (116,125,156). Sum of RGB (Red+Green+Blue) = 116+125+156=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #747D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D9C is #8B8263. Grayscale: #7D7D7D. Windows color (decimal): -9142884 or 10255732. OLE color: 10255732.

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

Color convert

RGB 116 125 156 -
CMYK 0.26 0.20 0 0.39
HSL 226.5º 0.17% 0.53% -
HSV(B) 226.5º 0.26% 0.61% -
XYZ 20.54 20.78 34.38 -
YUV 125.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 116 125 156 0.26 0.20 0 0.39 226.5 0.17 0.53
Hex 74 7D 9C 1A 14 0 27 E2 11 35
Octal 164 175 234 32 24 0 47 342 21 65
Binary 1110100 1111101 10011100 11010 10100 0 100111 11100010 10001 110101

Color Harmonies of #747D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D9C

Black with #747D9C

Text Example


Text Example

White with #747D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,125,156); }

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

background-color css

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

 a { background-color: rgb(116,125,156); }

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

border-color css

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

 span { border-color: rgb(116,125,156); }

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