Html Css Color HEX #747E9C Ship Cove

📋 copy color: '#747E9C'

red 116 ◦ green 126 ◦ blue 156

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

Shades of Ship Cove #747E9C

Tints of Ship Cove #747E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 29.15%
G = 31.66%
B = 39.2%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747E9C (or 0x747E9C) is known color: Ship Cove. HEX triplet: 74, 7E and 9C. RGB value is (116,126,156). Sum of RGB (Red+Green+Blue) = 116+126+156=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #747E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E9C is #8B8163. Grayscale: #7E7E7E. Windows color (decimal): -9142628 or 10255988. OLE color: 10255988.

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

Color convert

RGB 116 126 156 -
CMYK 0.26 0.19 0 0.39
HSL 225º 0.17% 0.53% -
HSV(B) 225º 0.26% 0.61% -
XYZ 20.66 21.04 34.42 -
YUV 126.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 116 126 156 0.26 0.19 0 0.39 225 0.17 0.53
Hex 74 7E 9C 1A 13 0 27 E1 11 35
Octal 164 176 234 32 23 0 47 341 21 65
Binary 1110100 1111110 10011100 11010 10011 0 100111 11100001 10001 110101

Color Harmonies of #747E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E9C

Black with #747E9C

Text Example


Text Example

White with #747E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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