Html Css Color HEX #747F9B Ship Cove

📋 copy color: '#747F9B'

red 116 ◦ green 127 ◦ blue 155

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

Shades of Ship Cove #747F9B

Tints of Ship Cove #747F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

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

R = 29.15%
G = 31.91%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747F9B (or 0x747F9B) is known color: Ship Cove. HEX triplet: 74, 7F and 9B. RGB value is (116,127,155). Sum of RGB (Red+Green+Blue) = 116+127+155=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #747F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F9B is #8B8064. Grayscale: #7E7E7E. Windows color (decimal): -9142373 or 10190708. OLE color: 10190708.

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

Color convert

RGB 116 127 155 -
CMYK 0.25 0.18 0 0.39
HSL 223.08º 0.16% 0.53% -
HSV(B) 223.08º 0.25% 0.61% -
XYZ 20.71 21.26 34.02 -
YUV 126.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 116 127 155 0.25 0.18 0 0.39 223.08 0.16 0.53
Hex 74 7F 9B 19 12 0 27 DF 10 35
Octal 164 177 233 31 22 0 47 337 20 65
Binary 1110100 1111111 10011011 11001 10010 0 100111 11011111 10000 110101

Color Harmonies of #747F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F9B

Black with #747F9B

Text Example


Text Example

White with #747F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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